Searched defs:amAuthCert_securityType (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.java97 private String amAuthCert_securityType; field in class:Cert
98 // ldap user name [if missing default to amAuthCert_securityType to none.]
101 // [if missing default to amAuthCert_securityType to none.]
214 amAuthCert_securityType = CollectionHelper.getMapAttr(
355 "\n\tsecurityType=" + amAuthCert_securityType +
903 amAuthCert_securityType = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java94 private String amAuthCert_securityType; field in class:Cert
95 // ldap user name [if missing default to amAuthCert_securityType to none.]
98 // [if missing default to amAuthCert_securityType to none.]
202 amAuthCert_securityType = CollectionHelper.getMapAttr(
349 .append("\n\tsecurityType=").append(amAuthCert_securityType)
842 amAuthCert_securityType = null;

Completed in 46 milliseconds