Searched defs:amAuthCert_cacheCRL (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.java152 private String amAuthCert_cacheCRL; field in class:Cert
239 amAuthCert_cacheCRL = CollectionHelper.getMapAttr(
241 if (amAuthCert_cacheCRL.equalsIgnoreCase("false")) {
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java149 private String amAuthCert_cacheCRL; field in class:Cert
227 amAuthCert_cacheCRL = CollectionHelper.getMapAttr(
229 if (amAuthCert_cacheCRL.equalsIgnoreCase("false")) {

Completed in 32 milliseconds