Searched refs:FSAccountMgmtException (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountMgmtException.java25 * $Id: FSAccountMgmtException.java,v 1.3 2008/06/25 05:46:39 qcheng Exp $
36 public class FSAccountMgmtException extends FSException { class in inherits:FSException
42 public FSAccountMgmtException(String errorCode, Object[] args) { method in class:FSAccountMgmtException
49 * This constructor builds an <code>FSAccountMgmtException</code> with
53 public FSAccountMgmtException(String msg) { method in class:FSAccountMgmtException
H A DFSUserProvider.java41 * @throws FSAccountMgmtException if an error occured during initialization.
44 throws FSAccountMgmtException;
70 * @throws FSAccountMgmtException if an error occured.
73 throws FSAccountMgmtException;
H A DDefaultFSUserProvider.java51 public DefaultFSUserProvider() throws FSAccountMgmtException {
58 * @throws FSAccountMgmtException if an error occurred during
61 public void init(String hostedProviderId) throws FSAccountMgmtException {
69 throw new FSAccountMgmtException(de.getMessage());
79 * @throws FSAccountMgmtException if an error occurred.
85 throws FSAccountMgmtException
93 throw new FSAccountMgmtException(de.getMessage());
H A DFSAccountManager.java75 * @throws FSAccountMgmtException if error occurred.
78 throws FSAccountMgmtException
100 throw new FSAccountMgmtException(
114 throw new FSAccountMgmtException(de.getMessage());
123 * @throws FSAccountMgmtException if error occurred.
126 throws FSAccountMgmtException
131 throw new FSAccountMgmtException(
155 * @throws FSAccountMgmtException if illegal argument passed.
161 throws FSAccountMgmtException
168 throw new FSAccountMgmtException(IFSConstant
[all...]
H A DFSAccountFedInfo.java90 * @throws FSAccountMgmtException if illegal argument passed.
97 throws FSAccountMgmtException
112 throw new FSAccountMgmtException(
126 * @throws FSAccountMgmtException if illegal argument passed.
133 throws FSAccountMgmtException
151 * @throws FSAccountMgmtException if illegal argument passed.
158 throws FSAccountMgmtException
165 FSAccountMgmtException(IFSConstants.NULL_PROVIDER_ID, null);
171 throw new FSAccountMgmtException(
H A DFSAccountUtils.java64 * @throws FSAccountMgmtException if <code>fedInfoString</code> cannot be
68 throws FSAccountMgmtException {
102 throw new FSAccountMgmtException(se.getMessage());
133 throw new FSAccountMgmtException(se.getMessage());
151 throw new FSAccountMgmtException(
163 throw new FSAccountMgmtException(
178 throw new FSAccountMgmtException(nsee.getMessage());
188 * @exception FSAccountMgmtException if <code>fedInfoObject</code> cannot
192 throws FSAccountMgmtException {
204 throw new FSAccountMgmtException(
[all...]
H A DFSAccountFedInfoKey.java60 * @exception FSAccountMgmtException if illegal argument passed.
65 throws FSAccountMgmtException
71 throw new FSAccountMgmtException(
78 throw new FSAccountMgmtException(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountMgmtException.java25 * $Id: FSAccountMgmtException.java,v 1.3 2008/06/25 05:46:39 qcheng Exp $
36 public class FSAccountMgmtException extends FSException { class in inherits:FSException
42 public FSAccountMgmtException(String errorCode, Object[] args) { method in class:FSAccountMgmtException
49 * This constructor builds an <code>FSAccountMgmtException</code> with
53 public FSAccountMgmtException(String msg) { method in class:FSAccountMgmtException
H A DFSUserProvider.java41 * @throws FSAccountMgmtException if an error occured during initialization.
44 throws FSAccountMgmtException;
70 * @throws FSAccountMgmtException if an error occured.
73 throws FSAccountMgmtException;
H A DDefaultFSUserProvider.java51 public DefaultFSUserProvider() throws FSAccountMgmtException {
58 * @throws FSAccountMgmtException if an error occurred during
61 public void init(String hostedProviderId) throws FSAccountMgmtException {
69 throw new FSAccountMgmtException(de.getMessage());
79 * @throws FSAccountMgmtException if an error occurred.
85 throws FSAccountMgmtException
93 throw new FSAccountMgmtException(de.getMessage());
H A DFSAccountManager.java75 * @throws FSAccountMgmtException if error occurred.
78 throws FSAccountMgmtException
100 throw new FSAccountMgmtException(
114 throw new FSAccountMgmtException(de.getMessage());
123 * @throws FSAccountMgmtException if error occurred.
126 throws FSAccountMgmtException
131 throw new FSAccountMgmtException(
155 * @throws FSAccountMgmtException if illegal argument passed.
161 throws FSAccountMgmtException
168 throw new FSAccountMgmtException(IFSConstant
[all...]
H A DFSAccountFedInfo.java90 * @throws FSAccountMgmtException if illegal argument passed.
97 throws FSAccountMgmtException
112 throw new FSAccountMgmtException(
126 * @throws FSAccountMgmtException if illegal argument passed.
133 throws FSAccountMgmtException
151 * @throws FSAccountMgmtException if illegal argument passed.
158 throws FSAccountMgmtException
165 FSAccountMgmtException(IFSConstants.NULL_PROVIDER_ID, null);
171 throw new FSAccountMgmtException(
H A DFSAccountUtils.java64 * @throws FSAccountMgmtException if <code>fedInfoString</code> cannot be
68 throws FSAccountMgmtException {
102 throw new FSAccountMgmtException(se.getMessage());
133 throw new FSAccountMgmtException(se.getMessage());
151 throw new FSAccountMgmtException(
163 throw new FSAccountMgmtException(
178 throw new FSAccountMgmtException(nsee.getMessage());
188 * @exception FSAccountMgmtException if <code>fedInfoObject</code> cannot
192 throws FSAccountMgmtException {
204 throw new FSAccountMgmtException(
[all...]
H A DFSAccountFedInfoKey.java60 * @exception FSAccountMgmtException if illegal argument passed.
65 throws FSAccountMgmtException
71 throw new FSAccountMgmtException(
78 throw new FSAccountMgmtException(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DIDFFNameIdentifierMapper.java35 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
138 } catch (FSAccountMgmtException e) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DIDFFNameIdentifierMapper.java35 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
138 } catch (FSAccountMgmtException e) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java36 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
91 } catch (FSAccountMgmtException e){
108 * @exception FSAccountMgmtException, SAMLException if an error occurred.
114 throws FSAccountMgmtException, SAMLException
160 * @exception FSAccountMgmtException, SAMLException if an error occurred.
166 throws FSAccountMgmtException, SAMLException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java36 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
91 } catch (FSAccountMgmtException e){
108 * @exception FSAccountMgmtException, SAMLException if an error occurred.
114 throws FSAccountMgmtException, SAMLException
160 * @exception FSAccountMgmtException, SAMLException if an error occurred.
166 throws FSAccountMgmtException, SAMLException
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java34 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
179 } catch (FSAccountMgmtException e){
309 } catch (FSAccountMgmtException e){
513 } catch(FSAccountMgmtException e) {
797 } catch (FSAccountMgmtException e){
1708 } catch (FSAccountMgmtException e){
1724 } catch (FSAccountMgmtException e){
1756 } catch (FSAccountMgmtException e){
1851 } catch (FSAccountMgmtException e){
1916 } catch(FSAccountMgmtException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java34 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
179 } catch (FSAccountMgmtException e){
309 } catch (FSAccountMgmtException e){
513 } catch(FSAccountMgmtException e) {
797 } catch (FSAccountMgmtException e){
1708 } catch (FSAccountMgmtException e){
1724 } catch (FSAccountMgmtException e){
1756 } catch (FSAccountMgmtException e){
1851 } catch (FSAccountMgmtException e){
1916 } catch(FSAccountMgmtException
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java57 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
299 } catch (FSAccountMgmtException ame) {
367 } catch (FSAccountMgmtException ame) {
763 } catch (FSAccountMgmtException ame) {
814 } catch (FSAccountMgmtException ame) {
1496 } catch (FSAccountMgmtException ame) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java57 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
299 } catch (FSAccountMgmtException ame) {
367 } catch (FSAccountMgmtException ame) {
763 } catch (FSAccountMgmtException ame) {
814 } catch (FSAccountMgmtException ame) {
1496 } catch (FSAccountMgmtException ame) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java36 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
330 } catch (FSAccountMgmtException f) {
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java36 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
330 } catch (FSAccountMgmtException f) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSFedTerminationHandler.java35 import com.sun.identity.federation.accountmgmt.FSAccountMgmtException;
279 } catch(FSAccountMgmtException e) {
280 FSUtils.debug.error("In FSAccountMgmtException :: ", e);
404 } catch (FSAccountMgmtException e) {
626 } catch (FSAccountMgmtException e) {

Completed in 62 milliseconds

12