Searched refs:authContextCompType (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.java78 protected String authContextCompType = null; field in class:FSAuthnRequest
107 * @param authContextCompType AuthContext comparison type.
120 String authContextCompType)
155 this.authContextCompType = authContextCompType;
276 authContextCompType =
278 if(!(authContextCompType.equals(IFSConstants.MINIMUM) ||
279 authContextCompType.equals(IFSConstants.EXACT) ||
280 authContextCompType.equals(IFSConstants.MAXIMUM) ||
281 authContextCompType
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
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java81 protected String authContextCompType = null; field in class:FSAuthnRequest
110 * @param authContextCompType AuthContext comparison type.
123 String authContextCompType)
158 this.authContextCompType = authContextCompType;
279 authContextCompType =
281 if(!(authContextCompType.equals(IFSConstants.MINIMUM) ||
282 authContextCompType.equals(IFSConstants.EXACT) ||
283 authContextCompType.equals(IFSConstants.MAXIMUM) ||
284 authContextCompType
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
[all...]

Completed in 23 milliseconds