Searched defs:authnLevel (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java50 Integer authnLevel; field in class:IDPAuthnContextInfo
58 * @param authnLevel The Authentication Level associated to the Authentication
62 Set authnTypeAndValues, Integer authnLevel) {
65 this.authnLevel = authnLevel;
92 return authnLevel;
61 IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java50 Integer authnLevel; field in class:IDPAuthnContextInfo
58 * @param authnLevel The Authentication Level associated to the Authentication
62 Set authnTypeAndValues, Integer authnLevel) {
65 this.authnLevel = authnLevel;
92 return authnLevel;
61 IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) argument

Completed in 34 milliseconds