Searched defs:authnCxt (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.java105 * @param authnCxt Authentication Context used for the SSO.
118 RequestAuthnContext authnCxt,
154 this.authnContext = authnCxt;
842 * @param authnCxt the <code>RequestAuthnContext</code> object.
845 public void setAuthnContext(RequestAuthnContext authnCxt) { argument
846 authnContext = authnCxt;
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.java108 * @param authnCxt Authentication Context used for the SSO.
121 RequestAuthnContext authnCxt,
157 this.authnContext = authnCxt;
845 * @param authnCxt the <code>RequestAuthnContext</code> object.
848 public void setAuthnContext(RequestAuthnContext authnCxt) { argument
849 authnContext = authnCxt;
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 25 milliseconds