Searched defs:amAuthCert (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java145 private static final String amAuthCert = "amAuthCert"; field in class:Cert
183 debug = com.sun.identity.shared.debug.Debug.getInstance(amAuthCert);
186 bundle = amCache.getResBundle(amAuthCert, locale);
235 throw new AuthLoginException(amAuthCert, "noCRLAttr", null);
265 amAuthCert, "noLDAPAttr", null);
319 throw new AuthLoginException(amAuthCert,
330 throw new AuthLoginException(amAuthCert, "wrongLDAPServer",
342 throw new AuthLoginException(amAuthCert, "wrongStartDN", null);
347 throw new AuthLoginException(amAuthCert, "wrongStartD
[all...]
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java143 private static final String amAuthCert = "amAuthCert"; field in class:Cert
171 debug = com.sun.identity.shared.debug.Debug.getInstance(amAuthCert);
174 bundle = amCache.getResBundle(amAuthCert, locale);
223 throw new AuthLoginException(amAuthCert, "noCRLAttr", null);
253 amAuthCert, "noLDAPAttr", null);
312 throw new AuthLoginException(amAuthCert,
323 throw new AuthLoginException(amAuthCert, "wrongLDAPServer",
335 throw new AuthLoginException(amAuthCert, "wrongStartDN", null);
340 throw new AuthLoginException(amAuthCert, "wrongStartD
[all...]

Completed in 29 milliseconds