Searched refs:IdRepoException (Results 1 - 25 of 540) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java38 import com.sun.identity.idm.IdRepoException;
59 public void store() throws SSOException, IdRepoException {
66 public void setAttributes(Map attrMap) throws SSOException, IdRepoException {
73 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException {
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java35 import com.sun.identity.idm.IdRepoException;
61 public void store() throws SSOException, IdRepoException {
68 public void setAttributes(Map attrMap) throws SSOException, IdRepoException {
75 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException {
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java35 import com.sun.identity.idm.IdRepoException;
61 public void store() throws SSOException, IdRepoException {
68 public void setAttributes(Map attrMap) throws SSOException, IdRepoException {
75 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/errors/
H A DIdentityServicesExceptionMappingHandler.java18 import com.sun.identity.idm.IdRepoException;
27 implements ExceptionMappingHandler<IdRepoException, IdServicesException> {
30 public IdServicesException handleError(Context context, String debug, Request request, IdRepoException error) {
35 public IdServicesException handleError(String debug, Request request, IdRepoException error) {
40 public IdServicesException handleError(Context context, Request request, IdRepoException error) {
45 public IdServicesException handleError(Request request, IdRepoException error) {
50 public IdServicesException handleError(IdRepoException error) {
H A DIdentityResourceExceptionMappingHandler.java20 import com.sun.identity.idm.IdRepoException;
32 * * Translates errors from IdRepoException to ResourceException
35 public class IdentityResourceExceptionMappingHandler implements ExceptionMappingHandler<IdRepoException, ResourceException> {
43 public ResourceException handleError(Context context, String debug, Request request, IdRepoException error) {
48 public ResourceException handleError(String debug, Request request, IdRepoException error) {
53 public ResourceException handleError(Context context, Request request, IdRepoException error) {
58 public ResourceException handleError(Request request, IdRepoException error) {
63 public ResourceException handleError(IdRepoException idRepoException) {
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/errors/
H A DIdentityServicesExceptionMappingHandlerTest.java21 import com.sun.identity.idm.IdRepoException;
34 IdRepoException mockException = mock(IdRepoException.class);
49 IdRepoException mockException = mock(IdRepoException.class);
62 IdRepoException mockException = mock(IdRepoException.class);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/errors/
H A DIdentityServicesExceptionMappingHandler.java18 import com.sun.identity.idm.IdRepoException;
27 implements ExceptionMappingHandler<IdRepoException, IdServicesException> {
30 public IdServicesException handleError(Context context, String debug, Request request, IdRepoException error) {
35 public IdServicesException handleError(String debug, Request request, IdRepoException error) {
40 public IdServicesException handleError(Context context, Request request, IdRepoException error) {
45 public IdServicesException handleError(Request request, IdRepoException error) {
50 public IdServicesException handleError(IdRepoException error) {
H A DIdentityResourceExceptionMappingHandler.java20 import com.sun.identity.idm.IdRepoException;
32 * * Translates errors from IdRepoException to ResourceException
35 public class IdentityResourceExceptionMappingHandler implements ExceptionMappingHandler<IdRepoException, ResourceException> {
43 public ResourceException handleError(Context context, String debug, Request request, IdRepoException error) {
48 public ResourceException handleError(String debug, Request request, IdRepoException error) {
53 public ResourceException handleError(Context context, Request request, IdRepoException error) {
58 public ResourceException handleError(Request request, IdRepoException error) {
63 public ResourceException handleError(IdRepoException idRepoException) {
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/errors/
H A DIdentityServicesExceptionMappingHandlerTest.java21 import com.sun.identity.idm.IdRepoException;
34 IdRepoException mockException = mock(IdRepoException.class);
49 IdRepoException mockException = mock(IdRepoException.class);
62 IdRepoException mockException = mock(IdRepoException.class);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java48 * via the <code>IdRepoException</code> exception.
60 throws IdRepoException, AuthLoginException;
66 * via the <code>IdRepoException</code> exception.
80 throws IdRepoException, AuthLoginException;
83 Map attrMap, String amOrgName) throws IdRepoException, SSOException;
86 String orgName, String amsdkDN) throws IdRepoException,
91 throws IdRepoException, SSOException;
94 String amOrgName, String amsdkDN) throws IdRepoException,
99 throws IdRepoException, SSOException;
103 throws IdRepoException, SSOExceptio
[all...]
H A DIdRepo.java71 * @throws IdRepoException
73 public void initialize(Map<String, Set<String>> configParams) throws IdRepoException {
125 * @throws IdRepoException If there are repository related error conditions.
129 throws IdRepoException, SSOException;
143 * @throws IdRepoException If there are repository related error conditions.
147 throws IdRepoException, SSOException {
162 * @throws IdRepoException If there are repository related error conditions.
167 throws IdRepoException, SSOException;
180 * @throws IdRepoException If there are repository related error conditions.
184 throws IdRepoException, SSOExceptio
[all...]
H A DPasswordPolicyException.java26 public class PasswordPolicyException extends IdRepoException {
50 public PasswordPolicyException(IdRepoException e) {
59 public PasswordPolicyException(IdRepoException e, Object[] args) {
H A DIdRepoUnsupportedOpException.java42 public class IdRepoUnsupportedOpException extends IdRepoException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java71 * @throws IdRepoException
73 public void initialize(Map<String, Set<String>> configParams) throws IdRepoException {
125 * @throws IdRepoException If there are repository related error conditions.
129 throws IdRepoException, SSOException;
143 * @throws IdRepoException If there are repository related error conditions.
147 throws IdRepoException, SSOException {
162 * @throws IdRepoException If there are repository related error conditions.
167 throws IdRepoException, SSOException;
180 * @throws IdRepoException If there are repository related error conditions.
184 throws IdRepoException, SSOExceptio
[all...]
H A DIdServices.java45 throws IdRepoException, AuthLoginException;
48 Map attrMap, String amOrgName) throws IdRepoException, SSOException;
51 String orgName, String amsdkDN) throws IdRepoException,
56 throws IdRepoException, SSOException;
59 String amOrgName, String amsdkDN) throws IdRepoException,
64 throws IdRepoException, SSOException;
68 throws IdRepoException, SSOException;
71 String amOrgName) throws SSOException, IdRepoException;
75 IdRepoException;
79 throws SSOException, IdRepoException;
[all...]
H A DPasswordPolicyException.java25 public class PasswordPolicyException extends IdRepoException {
49 public PasswordPolicyException(IdRepoException e) {
H A DIdRepoUnsupportedOpException.java42 public class IdRepoUnsupportedOpException extends IdRepoException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepoEntryNotFoundException.java31 import com.sun.identity.idm.IdRepoException;
33 public class FilesRepoEntryNotFoundException extends IdRepoException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java35 import com.sun.identity.idm.IdRepoException;
57 * @throws IdRepoException If attributes can't be validated or there are
61 IdOperation idOp) throws IdRepoException;
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DIdentityNotFoundException.java19 import com.sun.identity.idm.IdRepoException;
22 public class IdentityNotFoundException extends IdRepoException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepoEntryNotFoundException.java31 import com.sun.identity.idm.IdRepoException;
33 public class FilesRepoEntryNotFoundException extends IdRepoException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java35 import com.sun.identity.idm.IdRepoException;
57 * @throws IdRepoException If attributes can't be validated or there are
61 IdOperation idOp) throws IdRepoException;
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DIdentityNotFoundException.java19 import com.sun.identity.idm.IdRepoException;
22 public class IdentityNotFoundException extends IdRepoException {
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/idm/
H A DIdRepoExceptionTest.java41 IdRepoException idre = new IdRepoException(null, IdRepoErrorCode.LDAP_EXCEPTION,
/forgerock/openam/openam-core/src/test/java/com/sun/identity/idm/
H A DIdRepoExceptionTest.java41 IdRepoException idre = new IdRepoException(null, IdRepoErrorCode.LDAP_EXCEPTION,

Completed in 85 milliseconds

1234567891011>>