Searched refs:IdRepoException (Results 201 - 225 of 540) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-scripting/src/main/groovy/
H A Doidc-claims-extension.groovy17 import com.sun.identity.idm.IdRepoException
93 } catch (IdRepoException e) {
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java294 @Test(groups = {"api", "memberships"}, expectedExceptions = {IdRepoException.class})
295 public void assignMemberTwice(String parentRealm, String idType, String entityName) throws IdRepoException, SSOException {
383 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
390 @Test(groups = {"api"}, expectedExceptions={IdRepoException.class})
396 ) throws IdRepoException, SSOException {
418 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
431 ) throws IdRepoException, SSOException {
458 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
464 @Test(groups = {"api"}, expectedExceptions={IdRepoException.class})
469 ) throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java44 import com.sun.identity.idm.IdRepoException;
122 } catch (IdRepoException e) {
158 throws SMSException, SSOException, IdRepoException {
181 throws IdRepoException {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRealmResourceOfferingModelImpl.java38 import com.sun.identity.idm.IdRepoException;
100 } catch (IdRepoException e) {
152 } catch (IdRepoException e) {
206 } catch (IdRepoException e) {
H A DServicesProfileModelImpl.java42 import com.sun.identity.idm.IdRepoException;
118 } catch (IdRepoException e) {
163 } catch (IdRepoException e) {
212 } catch (IdRepoException e) {
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DXACMLExportTest.java44 import com.sun.identity.idm.IdRepoException;
94 throws SSOException, IdRepoException, EntitlementException,
176 throws SSOException, IdRepoException, EntitlementException,
194 throws SSOException, IdRepoException, EntitlementException,
/forgerock/openam/openam-oauth2/src/test/resources/
H A Doidc-claims-extension.groovy17 import com.sun.identity.idm.IdRepoException
93 } catch (IdRepoException e) {
/forgerock/openam/openam-scripting/src/main/groovy/
H A Doidc-claims-extension.groovy17 import com.sun.identity.idm.IdRepoException
93 } catch (IdRepoException e) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java44 import com.sun.identity.idm.IdRepoException;
122 } catch (IdRepoException e) {
158 throws SMSException, SSOException, IdRepoException {
181 throws IdRepoException {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRealmResourceOfferingModelImpl.java38 import com.sun.identity.idm.IdRepoException;
100 } catch (IdRepoException e) {
152 } catch (IdRepoException e) {
206 } catch (IdRepoException e) {
H A DServicesProfileModelImpl.java42 import com.sun.identity.idm.IdRepoException;
118 } catch (IdRepoException e) {
163 } catch (IdRepoException e) {
212 } catch (IdRepoException e) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/realms/
H A DDefaultRealmLookup.java34 import com.sun.identity.idm.IdRepoException;
215 IdRepoException ide;
217 ide = new IdRepoException("amProfile", eCode, null);
219 ide = new IdRepoException("amProfile", ame.getErrorCode(), args);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DXACMLExportTest.java40 import com.sun.identity.idm.IdRepoException;
89 throws SSOException, IdRepoException, EntitlementException,
171 throws SSOException, IdRepoException, EntitlementException,
189 throws SSOException, IdRepoException, EntitlementException,
/forgerock/openam/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java294 @Test(groups = {"api", "memberships"}, expectedExceptions = {IdRepoException.class})
295 public void assignMemberTwice(String parentRealm, String idType, String entityName) throws IdRepoException, SSOException {
383 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
390 @Test(groups = {"api"}, expectedExceptions={IdRepoException.class})
396 ) throws IdRepoException, SSOException {
418 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
431 ) throws IdRepoException, SSOException {
458 * @throws IdRepoException if <code>AMIdentity</code> object cannot be
464 @Test(groups = {"api"}, expectedExceptions={IdRepoException.class})
469 ) throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleSearchIds.java42 import com.sun.identity.idm.IdRepoException;
76 } catch (IdRepoException ire) {
77 System.err.println("idRepoProcessing: IdRepoException" +
308 } catch (IdRepoException ire) {
309 System.err.println ("processType:IdRepoException: " +
353 } catch (IdRepoException ire) {
354 System.err.println("printAttrs:IdRepoException: " +
384 } catch (IdRepoException ire) {
385 System.err.println("printMembers:IdRepoException: " +
491 } catch (IdRepoException ir
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyApplicationListener.java73 import com.sun.identity.idm.IdRepoException;
143 } catch (IdRepoException e) {
179 } catch (IdRepoException e) {
195 private AMIdentity getIdentity(String universalId) throws IdRepoException {
204 private Map<String, Set<String>> getIdentityAttributes(AMIdentity identity) throws IdRepoException, SSOException {
212 throw new IdRepoException("UmaPolicyApplicationListener.getIdentityAttributes : More than one agent found");
221 private boolean isResourceServer(AMIdentity identity) throws IdRepoException, SSOException {
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleSearchIds.java42 import com.sun.identity.idm.IdRepoException;
76 } catch (IdRepoException ire) {
77 System.err.println("idRepoProcessing: IdRepoException" +
308 } catch (IdRepoException ire) {
309 System.err.println ("processType:IdRepoException: " +
353 } catch (IdRepoException ire) {
354 System.err.println("printAttrs:IdRepoException: " +
384 } catch (IdRepoException ire) {
385 System.err.println("printMembers:IdRepoException: " +
491 } catch (IdRepoException ir
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyApplicationListener.java85 import com.sun.identity.idm.IdRepoException;
169 } catch (IdRepoException e) {
205 } catch (IdRepoException e) {
221 private AMIdentity getIdentity(String universalId) throws IdRepoException {
230 private Map<String, Set<String>> getIdentityAttributes(AMIdentity identity) throws IdRepoException, SSOException {
238 throw new IdRepoException("UmaPolicyApplicationListener.getIdentityAttributes : More than one agent found");
350 private int getIdentityAction(AMIdentity identity) throws IdRepoException, SSOException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java44 import com.sun.identity.idm.IdRepoException;
187 * @throws IdRepoException If schema can't be loaded or there are
191 String realm, ServletContext servletCtx) throws IdRepoException {
208 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.PLUGIN_DOESNT_EXIST_FOR_REALM,
237 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_READ_PLUGIN_FOR_REALM, args);
243 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME,
250 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME,
341 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_AUTHENTICATE_LDAP_SERVER, null);
349 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_AUTHENTICATE_LDAP_SERVER, null);
358 throw new IdRepoException(IdRepoBundl
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java46 import com.sun.identity.idm.IdRepoException;
190 * @throws IdRepoException If schema can't be loaded or there are
194 String realm, ServletContext servletCtx) throws IdRepoException {
211 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.PLUGIN_DOESNT_EXIST_FOR_REALM,
240 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_READ_PLUGIN_FOR_REALM, args);
246 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME,
253 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME,
350 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_AUTHENTICATE_LDAP_SERVER, null);
358 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_AUTHENTICATE_LDAP_SERVER, null);
367 throw new IdRepoException(IdRepoBundl
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsSingletonProvider.java81 import com.sun.identity.idm.IdRepoException;
156 } catch (SMSException | SSOException | IdRepoException | InternalServerErrorException e) {
165 throws IdRepoException, SSOException {
188 IdRepoException, ResourceException {
217 } catch (SMSException | SSOException | IdRepoException e) {
253 } catch (SMSException | SSOException | IdRepoException e) {
261 private boolean isAssignedIdentityService(String serviceName, AMIdentity realmIdentity) throws IdRepoException, SSOException {
266 private AMIdentity getRealmIdentity(String realm, SSOToken ssoToken) throws IdRepoException, SSOException {
327 } catch (SMSException | SSOException | IdRepoException e) {
337 throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java37 import com.sun.identity.idm.IdRepoException;
237 } catch (IdRepoException e) {
287 } catch (IdRepoException e) {
300 * @throws IdRepoException If there is a problem getting the user's telephone number.
303 private String getTelephoneNumber(AMIdentity identity) throws IdRepoException, SSOException {
336 DEBUG.message("HOTP.sendSMS() : " + "IdRepoException : phone number found " + phone
352 DEBUG.message("HOTP.sendSMS() : " + "IdRepoException : no phone number found with username : "
365 * @throws IdRepoException If there is a problem getting the user's email address.
368 private String getEmailAddress(AMIdentity identity) throws IdRepoException, SSOException {
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java39 import com.sun.identity.idm.IdRepoException;
239 } catch (IdRepoException e) {
289 } catch (IdRepoException e) {
302 * @throws IdRepoException If there is a problem getting the user's telephone number.
305 private String getTelephoneNumber(AMIdentity identity) throws IdRepoException, SSOException {
338 DEBUG.message("HOTP.sendSMS() : " + "IdRepoException : phone number found " + phone
354 DEBUG.message("HOTP.sendSMS() : " + "IdRepoException : no phone number found with username : "
367 * @throws IdRepoException If there is a problem getting the user's email address.
370 private String getEmailAddress(AMIdentity identity) throws IdRepoException, SSOException {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDevicesResource.java31 import com.sun.identity.idm.IdRepoException;
161 } catch (SSOException | IdRepoException e) {
180 } catch (SSOException | IdRepoException e) {
192 } catch (SSOException | IdRepoException e) {
229 } catch (SSOException | IdRepoException e) {
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java97 import com.sun.identity.idm.IdRepoException;
195 * @throws IdRepoException Shouldn't be thrown.
198 public void initialize(Map<String, Set<String>> configParams) throws IdRepoException {
362 * @throws IdRepoException If the passed in username/password was null, or if the specified user cannot be found.
367 public boolean authenticate(Callback[] credentials) throws IdRepoException, AuthLoginException {
421 * @throws IdRepoException If the identity type is invalid, or the entry cannot be found, or some other LDAP error
426 String newPassword) throws IdRepoException {
452 } catch (IdRepoException e) {
467 * @throws IdRepoException If there was an error while looking up the user.
470 public String getFullyQualifiedName(SSOToken token, IdType type, String name) throws IdRepoException {
[all...]

Completed in 88 milliseconds

1234567891011>>