Searched refs:forceAuthn (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java69 private boolean forceAuthn = false; field in class:FSAuthnRequest
99 * @param forceAuthn Force Authentication boolean value.
113 boolean forceAuthn,
148 this.forceAuthn = forceAuthn;
251 forceAuthn = true;
253 forceAuthn = false;
552 if (forceAuthn) {
720 return forceAuthn;
726 * @param forceAuthn valu
110 FSAuthnRequest(String requestId, List respondWiths, String providerID, boolean forceAuthn, boolean isPassive, boolean fed, String nameIDPolicy, String protocolProf, RequestAuthnContext authnCxt, String relaySt, String authContextCompType) argument
728 setForceAuthn(boolean forceAuthn) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java72 private boolean forceAuthn = false; field in class:FSAuthnRequest
102 * @param forceAuthn Force Authentication boolean value.
116 boolean forceAuthn,
151 this.forceAuthn = forceAuthn;
254 forceAuthn = true;
256 forceAuthn = false;
555 if (forceAuthn) {
723 return forceAuthn;
729 * @param forceAuthn valu
113 FSAuthnRequest(String requestId, List respondWiths, String providerID, boolean forceAuthn, boolean isPassive, boolean fed, String nameIDPolicy, String protocolProf, RequestAuthnContext authnCxt, String relaySt, String authContextCompType) argument
731 setForceAuthn(boolean forceAuthn) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java70 private Boolean forceAuthn; field in class:AuthnRequestImpl
254 return forceAuthn;
268 forceAuthn = value;
510 if (forceAuthn != null) {
515 .append(forceAuthn.toString())
722 forceAuthn = SAML2SDKUtils.booleanValueOf(forceAuthnAttr);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java70 private Boolean forceAuthn; field in class:AuthnRequestImpl
254 return forceAuthn;
268 forceAuthn = value;
510 if (forceAuthn != null) {
515 .append(forceAuthn.toString())
722 forceAuthn = SAML2SDKUtils.booleanValueOf(forceAuthnAttr);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java1054 String forceAuthn = getParameter(paramsMap,SAML2Constants.FORCEAUTHN);
1055 if ((forceAuthn != null) &&
1056 ((forceAuthn.equals(SAML2Constants.TRUE) ||
1057 (forceAuthn.equals(SAML2Constants.FALSE))))) {
1058 isforceAuthn = new Boolean(forceAuthn);
1064 SAML2Utils.debug.message("SPSSOFederate:ForceAuthn: " + forceAuthn);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java1067 String forceAuthn = getParameter(paramsMap,SAML2Constants.FORCEAUTHN);
1068 if ((forceAuthn != null) &&
1069 ((forceAuthn.equals(SAML2Constants.TRUE) ||
1070 (forceAuthn.equals(SAML2Constants.FALSE))))) {
1071 isforceAuthn = new Boolean(forceAuthn);
1077 SAML2Utils.debug.message("SPSSOFederate:ForceAuthn: " + forceAuthn);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java77 private boolean forceAuthn; field in class:FSLoginHelper
162 forceAuthn = IDFFMetaUtils.getBooleanAttributeValueFromConfig(
206 FSUtils.debug.message("FSLoginHelper()::forceAuthn: "
207 + forceAuthn );
596 forceAuthn,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java77 private boolean forceAuthn; field in class:FSLoginHelper
162 forceAuthn = IDFFMetaUtils.getBooleanAttributeValueFromConfig(
206 FSUtils.debug.message("FSLoginHelper()::forceAuthn: "
207 + forceAuthn );
596 forceAuthn,

Completed in 76 milliseconds