Searched refs:wspWillEnforceHttpsCheck (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java105 = "com.sun.identity.liberty.interaction.wspWillEnforceHttpsCheck";
145 private boolean wspWillEnforceHttpsCheck = false; field in class:InteractionConfig
274 return wspWillEnforceHttpsCheck;
322 sb.append(":wspWillEnforceHttpsCheck="
323 + wspWillEnforceHttpsCheck);
523 wspWillEnforceHttpsCheck = true;
525 wspWillEnforceHttpsCheck = false;
532 + "wspWillEnforceHttpsCheck not specified"
535 wspWillEnforceHttpsCheck = true;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java105 = "com.sun.identity.liberty.interaction.wspWillEnforceHttpsCheck";
145 private boolean wspWillEnforceHttpsCheck = false; field in class:InteractionConfig
274 return wspWillEnforceHttpsCheck;
322 sb.append(":wspWillEnforceHttpsCheck="
323 + wspWillEnforceHttpsCheck);
523 wspWillEnforceHttpsCheck = true;
525 wspWillEnforceHttpsCheck = false;
532 + "wspWillEnforceHttpsCheck not specified"
535 wspWillEnforceHttpsCheck = true;

Completed in 22 milliseconds