Searched defs:authnContextComparison (Results 1 - 2 of 2) 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...]

Completed in 22 milliseconds