Searched defs:amAuthCert_useSSL (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.java104 private String amAuthCert_useSSL; field in class:Cert
220 amAuthCert_useSSL = CollectionHelper.getMapAttr(
358 "\n\tuseSSL=" + amAuthCert_useSSL +
593 amAuthCert_useSSL.equalsIgnoreCase("true"));
906 amAuthCert_useSSL = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java101 private String amAuthCert_useSSL; field in class:Cert
208 amAuthCert_useSSL = CollectionHelper.getMapAttr(
352 .append("\n\tuseSSL=").append(amAuthCert_useSSL)
533 amAuthCert_useSSL.equalsIgnoreCase("true"));
845 amAuthCert_useSSL = null;

Completed in 30 milliseconds