Searched defs:doCRLCaching (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMLDAPCertStoreParameters.java44 private boolean doCRLCaching = true; field in class:AMLDAPCertStoreParameters
168 * @return the doCRLCaching
171 return doCRLCaching;
175 * @param doCRLCaching the doCRLCaching to set
177 public void setDoCRLCaching(boolean doCRLCaching) { argument
178 this.doCRLCaching = doCRLCaching;
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMLDAPCertStoreParameters.java44 private boolean doCRLCaching = true; field in class:AMLDAPCertStoreParameters
168 * @return the doCRLCaching
171 return doCRLCaching;
175 * @param doCRLCaching the doCRLCaching to set
177 public void setDoCRLCaching(boolean doCRLCaching) { argument
178 this.doCRLCaching = doCRLCaching;
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java153 private boolean doCRLCaching = true; field in class:Cert
242 doCRLCaching = false;
368 "\n\tcacheCRL=" + doCRLCaching +
595 ldapParam.setDoCRLCaching(doCRLCaching);
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java150 private boolean doCRLCaching = true; field in class:Cert
230 doCRLCaching = false;
362 .append("\n\tcacheCRL=").append(doCRLCaching)
535 ldapParam.setDoCRLCaching(doCRLCaching);

Completed in 79 milliseconds