Searched defs:AM_AUTH (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java69 private static final String AM_AUTH = "amAuth"; field in class:LDAP
291 throw new AuthLoginException(AM_AUTH, "LDAPex", null, ex);
444 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
459 throw new AuthLoginException(AM_AUTH, "NoUser", null);
466 throw new InvalidPasswordException(AM_AUTH, "InvalidUP",
480 throw new AuthLoginException(AM_AUTH, "InappAuth", null);
489 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
632 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
644 throw new AuthLoginException(AM_AUTH, "LDAPex", null, ex);
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java71 private static final String AM_AUTH = "amAuth"; field in class:LDAP
297 throw new AuthLoginException(AM_AUTH, "LDAPex", null, ex);
450 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
465 throw new AuthLoginException(AM_AUTH, "NoUser", null);
472 throw new InvalidPasswordException(AM_AUTH, "InvalidUP",
486 throw new AuthLoginException(AM_AUTH, "InappAuth", null);
495 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
639 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
651 throw new AuthLoginException(AM_AUTH, "LDAPex", null, ex);
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java117 private static final String AM_AUTH = "amAuth"; field in class:DJLDAPv3Repo
387 throw new InvalidPasswordException(AM_AUTH, "InvalidUP", null, userName, null);
390 throw new AuthLoginException(AM_AUTH, "FAuth", null);
392 throw new AuthLoginException(AM_AUTH, "InappAuth", null);
394 throw new AuthLoginException(AM_AUTH, "LDAPex", null);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java123 private static final String AM_AUTH = "amAuth"; field in class:DJLDAPv3Repo
396 throw new InvalidPasswordException(AM_AUTH, "InvalidUP", null, userName, null);
399 throw new AuthLoginException(AM_AUTH, "FAuth", null);
401 throw new AuthLoginException(AM_AUTH, "InappAuth", null);
403 throw new AuthLoginException(AM_AUTH, "LDAPex", null);

Completed in 128 milliseconds