Searched refs:protocolProfile (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSProxyHandler.java109 String protocolProfile = authnRequest.getProtocolProfile();
110 if (protocolProfile == null ||
111 protocolProfile.equals(IFSConstants.SSO_PROF_BROWSER_ART))
127 } else if (protocolProfile.equals(IFSConstants.SSO_PROF_BROWSER_POST)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSProxyHandler.java109 String protocolProfile = authnRequest.getProtocolProfile();
110 if (protocolProfile == null ||
111 protocolProfile.equals(IFSConstants.SSO_PROF_BROWSER_ART))
127 } else if (protocolProfile.equals(IFSConstants.SSO_PROF_BROWSER_POST)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java72 private String protocolProfile = null; field in class:FSAuthnRequest
152 this.protocolProfile = protocolProf;
256 if(protocolProfile != null
257 && protocolProfile.length() != 0) {
262 protocolProfile = XMLUtils.getElementValue((Element) child);
581 if(protocolProfile != null && protocolProfile.length() != 0) {
586 .append(protocolProfile)
796 return protocolProfile;
806 protocolProfile
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java75 private String protocolProfile = null; field in class:FSAuthnRequest
155 this.protocolProfile = protocolProf;
259 if(protocolProfile != null
260 && protocolProfile.length() != 0) {
265 protocolProfile = XMLUtils.getElementValue((Element) child);
584 if(protocolProfile != null && protocolProfile.length() != 0) {
589 .append(protocolProfile)
799 return protocolProfile;
809 protocolProfile
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java85 private String protocolProfile = null; field in class:FSLoginHelper
166 protocolProfile =
546 protocolProfile=IFSConstants.SSO_PROF_LECP;
548 protocolProfile = IFSConstants.SSO_PROF_WML_POST;
552 + "Federation profile is:" + protocolProfile);
600 protocolProfile,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java85 private String protocolProfile = null; field in class:FSLoginHelper
166 protocolProfile =
546 protocolProfile=IFSConstants.SSO_PROF_LECP;
548 protocolProfile = IFSConstants.SSO_PROF_WML_POST;
552 + "Federation profile is:" + protocolProfile);
600 protocolProfile,

Completed in 36 milliseconds