Searched defs:amAuthCert_updateCRL (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.java156 private String amAuthCert_updateCRL; field in class:Cert
244 amAuthCert_updateCRL = CollectionHelper.getMapAttr(
246 if (amAuthCert_updateCRL.equalsIgnoreCase("false")) {
917 amAuthCert_updateCRL = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java153 private String amAuthCert_updateCRL; field in class:Cert
232 amAuthCert_updateCRL = CollectionHelper.getMapAttr(
234 if (amAuthCert_updateCRL.equalsIgnoreCase("false")) {
856 amAuthCert_updateCRL = null;

Completed in 34 milliseconds