Searched defs:authnContextStatementRefList (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.java58 private List authnContextStatementRefList = null; field in class:RequestAuthnContext
67 * @param authnContextStatementRefList
77 List authnContextStatementRefList,
80 this.authnContextStatementRefList = authnContextStatementRefList;
127 if(authnContextStatementRefList != null) {
151 if(authnContextStatementRefList == null ||
152 authnContextStatementRefList == Collections.EMPTY_LIST) {
153 authnContextStatementRefList = new ArrayList();
156 authnContextStatementRefList
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.java58 private List authnContextStatementRefList = null; field in class:RequestAuthnContext
67 * @param authnContextStatementRefList
77 List authnContextStatementRefList,
80 this.authnContextStatementRefList = authnContextStatementRefList;
127 if(authnContextStatementRefList != null) {
151 if(authnContextStatementRefList == null ||
152 authnContextStatementRefList == Collections.EMPTY_LIST) {
153 authnContextStatementRefList = new ArrayList();
156 authnContextStatementRefList
75 RequestAuthnContext( List authnContextClassRefList, List authnContextStatementRefList, String authnContextComparison) argument
[all...]

Completed in 40 milliseconds