Searched refs:wscWillEnforceHttpsCheck (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.java77 = "com.sun.identity.liberty.interaction.wscWillEnforceHttpsCheck";
132 private boolean wscWillEnforceHttpsCheck = false; field in class:InteractionConfig
242 return wscWillEnforceHttpsCheck;
299 sb.append(":wscWillEnforceHttpsCheck="
300 + wscWillEnforceHttpsCheck);
442 wscWillEnforceHttpsCheck = true;
444 wscWillEnforceHttpsCheck = false;
451 + "wscWillEnforceHttpsCheck not specified"
454 wscWillEnforceHttpsCheck = true;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java77 = "com.sun.identity.liberty.interaction.wscWillEnforceHttpsCheck";
132 private boolean wscWillEnforceHttpsCheck = false; field in class:InteractionConfig
242 return wscWillEnforceHttpsCheck;
299 sb.append(":wscWillEnforceHttpsCheck="
300 + wscWillEnforceHttpsCheck);
442 wscWillEnforceHttpsCheck = true;
444 wscWillEnforceHttpsCheck = false;
451 + "wscWillEnforceHttpsCheck not specified"
454 wscWillEnforceHttpsCheck = true;

Completed in 30 milliseconds