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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java104 * @param protocolProf ProtocolProfile used for the SSO.
117 String protocolProf,
152 this.protocolProfile = protocolProf;
802 * @param protocolProf the value of <code>ProtocolProfile<code> attribute.
805 public void setProtocolProfile(String protocolProf) { argument
806 protocolProfile = protocolProf;
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
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java107 * @param protocolProf ProtocolProfile used for the SSO.
120 String protocolProf,
155 this.protocolProfile = protocolProf;
805 * @param protocolProf the value of <code>ProtocolProfile<code> attribute.
808 public void setProtocolProfile(String protocolProf) { argument
809 protocolProfile = protocolProf;
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

Completed in 36 milliseconds