Searched defs:amAuthCert_chkCRL (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.java114 private String amAuthCert_chkCRL; field in class:Cert
228 amAuthCert_chkCRL = CollectionHelper.getMapAttr(
230 if (amAuthCert_chkCRL.equalsIgnoreCase("true")) {
317 amAuthCert_chkCRL.equalsIgnoreCase("true"))) {
339 amAuthCert_chkCRL.equalsIgnoreCase("true"))) {
365 "\n\tchkCRL=" + amAuthCert_chkCRL +
446 amAuthCert_chkCRL.equalsIgnoreCase("false") &&
909 amAuthCert_chkCRL = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java111 private String amAuthCert_chkCRL; field in class:Cert
216 amAuthCert_chkCRL = CollectionHelper.getMapAttr(
218 if (amAuthCert_chkCRL.equalsIgnoreCase("true")) {
310 amAuthCert_chkCRL.equalsIgnoreCase("true"))) {
332 amAuthCert_chkCRL.equalsIgnoreCase("true"))) {
359 .append("\n\tchkCRL=").append(amAuthCert_chkCRL)
447 amAuthCert_chkCRL.equalsIgnoreCase("false") &&
848 amAuthCert_chkCRL = null;

Completed in 44 milliseconds