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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DRequestAuthnContext.java59 private String authnContextComparison = null; field in class:RequestAuthnContext
71 * @param authnContextComparison AuthnContext Comparison Type.
78 String authnContextComparison) {
82 this.authnContextComparison = authnContextComparison;
161 authnContextComparison = XMLUtils.getElementValue(
219 * @return authnContextComparison the <code>AuthnContext</code> Comparison
224 return authnContextComparison;
230 * @param authnContextComparison the <code>AuthnContext</code> comparison
234 public void setAuthnContextComparison(String authnContextComparison) { argument
75 RequestAuthnContext( List authnContextClassRefList, List authnContextStatementRefList, String authnContextComparison) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DRequestAuthnContext.java59 private String authnContextComparison = null; field in class:RequestAuthnContext
71 * @param authnContextComparison AuthnContext Comparison Type.
78 String authnContextComparison) {
82 this.authnContextComparison = authnContextComparison;
161 authnContextComparison = XMLUtils.getElementValue(
219 * @return authnContextComparison the <code>AuthnContext</code> Comparison
224 return authnContextComparison;
230 * @param authnContextComparison the <code>AuthnContext</code> comparison
234 public void setAuthnContextComparison(String authnContextComparison) { argument
75 RequestAuthnContext( List authnContextClassRefList, List authnContextStatementRefList, String authnContextComparison) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java1469 String authnContextComparison =
1471 if(authnContextComparison != null &&
1472 authnContextComparison.length() != 0) {
1473 retAuthnRequest.setAuthContextCompType(authnContextComparison);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java1472 String authnContextComparison =
1474 if(authnContextComparison != null &&
1475 authnContextComparison.length() != 0) {
1476 retAuthnRequest.setAuthContextCompType(authnContextComparison);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java570 String authnContextComparison = IFSConstants.MINIMUM;
575 authnContextComparison);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java570 String authnContextComparison = IFSConstants.MINIMUM;
575 authnContextComparison);

Completed in 47 milliseconds