Searched defs:amAuthLDAP (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.java99 protected String amAuthLDAP; field in class:LDAP
144 amAuthLDAP = "amAuthLDAP";
145 debug = Debug.getInstance(amAuthLDAP);
155 bundle = amCache.getResBundle(amAuthLDAP, locale);
486 throw new AuthLoginException(amAuthLDAP,
538 amAuthLDAP = null;
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java102 protected String amAuthLDAP; field in class:LDAP
147 amAuthLDAP = "amAuthLDAP";
148 debug = Debug.getInstance(amAuthLDAP);
158 bundle = amCache.getResBundle(amAuthLDAP, locale);
492 throw new AuthLoginException(amAuthLDAP,
544 amAuthLDAP = null;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java116 protected String amAuthLDAP = "amAuthLDAP"; field in class:AMSDKRepo
2282 throw new AuthLoginException(amAuthLDAP,
2290 throw new InvalidPasswordException(amAuthLDAP,
2298 throw new AuthLoginException(amAuthLDAP,
2306 throw new AuthLoginException(amAuthLDAP, "InappAuth",
2314 throw new AuthLoginException(amAuthLDAP,
2321 throw new AuthLoginException(amAuthLDAP, "LDAPex", null);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java116 protected String amAuthLDAP = "amAuthLDAP"; field in class:AMSDKRepo
2282 throw new AuthLoginException(amAuthLDAP,
2290 throw new InvalidPasswordException(amAuthLDAP,
2298 throw new AuthLoginException(amAuthLDAP,
2306 throw new AuthLoginException(amAuthLDAP, "InappAuth",
2314 throw new AuthLoginException(amAuthLDAP,
2321 throw new AuthLoginException(amAuthLDAP, "LDAPex", null);

Completed in 238 milliseconds