Searched defs:Cert (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.java25 * $Id: Cert.java,v 1.14 2009/03/13 20:54:42 beomsuk Exp $
82 public class Cert extends AMLoginModule { class in inherits:AMLoginModule
105 // Field in Cert to user to access user profile. default to DN
107 // Alternate Field in Cert to userid to access user profile
172 public Cert() { method in class:Cert
191 debug.message("Cert Auth resbundle locale="+locale);
192 debug.message("Cert auth init() done");
557 debug.message("Cert.doRevocationValidation: crls size = " +
575 debug.error("Cert.doRevocationValidation: verify failed.", e);
785 * Allow Cert aut
[all...]
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java25 * $Id: Cert.java,v 1.14 2009/03/13 20:54:42 beomsuk Exp $
79 public class Cert extends AMLoginModule { class in inherits:AMLoginModule
102 // Field in Cert to user to access user profile. default to DN
104 // Alternate Field in Cert to userid to access user profile
160 public Cert() { method in class:Cert
179 debug.message("Cert Auth resbundle locale="+locale);
180 debug.message("Cert auth init() done");
497 debug.message("Cert.doRevocationValidation: crls size = " +
515 debug.error("Cert.doRevocationValidation: verify failed.", e);
725 * Allow Cert aut
[all...]

Completed in 23 milliseconds