Searched refs:IdRepoException (Results 26 - 50 of 540) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java23 import com.sun.identity.idm.IdRepoException;
65 public boolean authenticate(String orgName, Callback[] credentials) throws IdRepoException, AuthLoginException {
70 public boolean authenticate(String orgName, Callback[] credentials, IdType idType) throws IdRepoException, AuthLoginException {
79 throws IdRepoException, SSOException {
88 throws IdRepoException, SSOException {
97 boolean isString) throws IdRepoException, SSOException {
106 throws IdRepoException, SSOException {
115 String amsdkDN) throws IdRepoException, SSOException {
124 String amsdkDN) throws IdRepoException, SSOException {
133 throws SSOException, IdRepoException {
[all...]
H A DLowerCaseIdCachedServicesDecorator.java22 import com.sun.identity.idm.IdRepoException;
52 boolean isString) throws IdRepoException, SSOException {
61 throws IdRepoException, SSOException {
H A DLowerCaseIdServicesDecorator.java21 import com.sun.identity.idm.IdRepoException;
53 boolean isString) throws IdRepoException, SSOException {
62 throws IdRepoException, SSOException {
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java20 import com.sun.identity.idm.IdRepoException;
55 } catch (IdRepoException e) {
76 } catch (IdRepoException e) {
87 } catch (IdRepoException e) {
107 } catch (IdRepoException e) {
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java20 import com.sun.identity.idm.IdRepoException;
55 } catch (IdRepoException e) {
76 } catch (IdRepoException e) {
87 } catch (IdRepoException e) {
107 } catch (IdRepoException e) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java23 import com.sun.identity.idm.IdRepoException;
65 public boolean authenticate(String orgName, Callback[] credentials) throws IdRepoException, AuthLoginException {
74 throws IdRepoException, SSOException {
83 throws IdRepoException, SSOException {
92 boolean isString) throws IdRepoException, SSOException {
101 throws IdRepoException, SSOException {
110 String amsdkDN) throws IdRepoException, SSOException {
119 String amsdkDN) throws IdRepoException, SSOException {
128 throws SSOException, IdRepoException {
137 throws SSOException, IdRepoException {
[all...]
H A DLowerCaseIdCachedServicesDecorator.java22 import com.sun.identity.idm.IdRepoException;
52 boolean isString) throws IdRepoException, SSOException {
61 throws IdRepoException, SSOException {
H A DLowerCaseIdServicesDecorator.java21 import com.sun.identity.idm.IdRepoException;
53 boolean isString) throws IdRepoException, SSOException {
62 throws IdRepoException, SSOException {
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSSOTokenIdentityImpl.java22 import com.sun.identity.idm.IdRepoException;
44 } catch (IdRepoException e) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DRealmNormaliser.java26 import com.sun.identity.idm.IdRepoException;
56 } catch(IdRepoException idre) {
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSSOTokenIdentityImpl.java22 import com.sun.identity.idm.IdRepoException;
44 } catch (IdRepoException e) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoDuplicateObjectException.java26 public class IdRepoDuplicateObjectException extends IdRepoException {
H A DAMIdentity.java131 * @throws IdRepoException
135 public AMIdentity(SSOToken ssotoken) throws SSOException, IdRepoException {
151 * @throws IdRepoException
156 throws IdRepoException {
160 public AMIdentity(DN universalId, SSOToken ssotoken) throws IdRepoException {
167 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_UNIVERSAL_IDENTIFIER, args);
274 * @throws IdRepoException
280 public boolean isActive() throws IdRepoException, SSOException {
294 * @throws IdRepoException If there are repository related error conditions.
299 throws IdRepoException, SSOExceptio
[all...]
H A DIdRepoException.java25 * $Id: IdRepoException.java,v 1.8 2009/11/19 18:18:47 bhavnab Exp $
53 public class IdRepoException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
74 public IdRepoException() { method in class:IdRepoException
82 public IdRepoException(String msg) { method in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { method in class:IdRepoException
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) method in class:IdRepoException
146 public IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) { method in class:IdRepoException
172 public IdRepoException(String rbName, String errorCode, Object[] args) { method in class:IdRepoException
186 * @see #IdRepoException(String, String, Object[])
208 * @see #IdRepoException(Strin
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoDuplicateObjectException.java26 public class IdRepoDuplicateObjectException extends IdRepoException {
H A DAMIdentity.java132 * @throws IdRepoException
136 public AMIdentity(SSOToken ssotoken) throws SSOException, IdRepoException {
152 * @throws IdRepoException
157 throws IdRepoException {
161 public AMIdentity(DN universalId, SSOToken ssotoken) throws IdRepoException {
168 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_UNIVERSAL_IDENTIFIER, args);
279 * @throws IdRepoException
285 public boolean isActive() throws IdRepoException, SSOException {
299 * @throws IdRepoException If there are repository related error conditions.
304 throws IdRepoException, SSOExceptio
[all...]
H A DIdRepoException.java25 * $Id: IdRepoException.java,v 1.8 2009/11/19 18:18:47 bhavnab Exp $
53 public class IdRepoException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
74 public IdRepoException() { method in class:IdRepoException
82 public IdRepoException(String msg) { method in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { method in class:IdRepoException
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) method in class:IdRepoException
146 public IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) { method in class:IdRepoException
172 public IdRepoException(String rbName, String errorCode, Object[] args) { method in class:IdRepoException
186 * @see #IdRepoException(String, String, Object[])
208 * @see #IdRepoException(Strin
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/identity/idm/
H A DIdentityUtils.java25 import com.sun.identity.idm.IdRepoException;
61 } catch (IdRepoException ire) {
94 } catch (IdRepoException|SSOException ignored) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DAbstractSessionPropertiesActionHandler.java24 import com.sun.identity.idm.IdRepoException;
49 JsonValue getSessionProperties(String tokenId) throws SSOException, IdRepoException {
64 String getTargetRealm(SSOToken ssoToken) throws IdRepoException, SSOException {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java41 import com.sun.identity.idm.IdRepoException;
219 IdRepoException, SSOException;
223 IdRepoException, SSOException;
227 throws RemoteException, IdRepoException, SSOException;
231 IdRepoException, SSOException;
244 * @throws IdRepoException If there was a problem while retrieving the attributes from the identity repository.
249 throws RemoteException, IdRepoException, SSOException;
253 throws RemoteException, IdRepoException, SSOException;
257 throws RemoteException, IdRepoException, SSOException;
261 IdRepoException;
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java41 import com.sun.identity.idm.IdRepoException;
219 IdRepoException, SSOException;
223 IdRepoException, SSOException;
227 throws RemoteException, IdRepoException, SSOException;
231 IdRepoException, SSOException;
244 * @throws IdRepoException If there was a problem while retrieving the attributes from the identity repository.
249 throws RemoteException, IdRepoException, SSOException;
253 throws RemoteException, IdRepoException, SSOException;
257 throws RemoteException, IdRepoException, SSOException;
261 IdRepoException;
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DIdRepoUtils.java36 import com.sun.identity.idm.IdRepoException;
60 ) throws IdRepoException, SSOException {
69 ) throws IdRepoException, SSOException {
78 throws SSOException, IdRepoException {
87 throws SSOException, IdRepoException {
111 ) throws IdRepoException, SSOException, SMSException,
135 throws SSOException, IdRepoException {
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DIdRepoUtils.java36 import com.sun.identity.idm.IdRepoException;
60 ) throws IdRepoException, SSOException {
69 ) throws IdRepoException, SSOException {
78 throws SSOException, IdRepoException {
87 throws SSOException, IdRepoException {
111 ) throws IdRepoException, SSOException, SMSException,
135 throws SSOException, IdRepoException {
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DAgentClientRegistrationTest.java38 import com.sun.identity.idm.IdRepoException;
51 public void setUpTest() throws IdRepoException, SSOException {
63 public void canGetRedirectUris() throws IdRepoException, SSOException {
75 public void throwExceptionIfCannotGetRedirectUris() throws IdRepoException, SSOException {
82 public void canGetPostLogoutRedirectUris() throws IdRepoException, SSOException {
91 public void throwExceptionIfCannotGetPostLogoutRedirectUris() throws IdRepoException, SSOException {
119 public void canGetClientSecret() throws IdRepoException, SSOException {
127 public void throwExceptionIfCannotGetClientSecret() throws IdRepoException, SSOException {
213 throws IdRepoException, SSOException {
218 private void setUpAgentToThrowExceptionForAttribute(String attributeName) throws IdRepoException, SSOExceptio
[all...]
H A DOpenAMClientRegistrationStoreTest.java50 import com.sun.identity.idm.IdRepoException;
88 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
99 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
110 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
121 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
131 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
141 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
151 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
160 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
166 private void setUpAgent(String agentType, boolean isActive) throws IdRepoException, SSOExceptio
[all...]

Completed in 106 milliseconds

1234567891011>>