Searched defs:portal_gw_cert_auth_enabled (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.java131 private boolean portal_gw_cert_auth_enabled = false; field in class:Cert
285 portal_gw_cert_auth_enabled = false;
293 portal_gw_cert_auth_enabled = true;
298 portal_gw_cert_auth_enabled = true;
373 "\n\tgw-cert-auth-enabled="+portal_gw_cert_auth_enabled +
401 if (!portal_gw_cert_auth_enabled) {
787 * 1. portal_gw_cert_auth_enabled == true :
795 if (portal_gw_cert_auth_enabled ||
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java128 private boolean portal_gw_cert_auth_enabled = false; field in class:Cert
273 portal_gw_cert_auth_enabled = false;
281 portal_gw_cert_auth_enabled = true;
286 portal_gw_cert_auth_enabled = true;
367 .append("\n\tgw-cert-auth-enabled=").append(portal_gw_cert_auth_enabled)
398 if (!portal_gw_cert_auth_enabled) {
407 if (portal_gw_cert_auth_enabled && portal_gw_cert_preferred) {
727 * 1. portal_gw_cert_auth_enabled == true :
735 if (portal_gw_cert_auth_enabled ||

Completed in 56 milliseconds