Searched defs:authnTypeAndValues (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAuthenticationTypeInfo.java45 Set authnTypeAndValues; field in class:IDPAuthenticationTypeInfo
52 * @param authnTypeAndValues The set of authentication mechanism
55 Set authnTypeAndValues) {
57 this.authnTypeAndValues = authnTypeAndValues;
75 return authnTypeAndValues;
54 IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAuthenticationTypeInfo.java45 Set authnTypeAndValues; field in class:IDPAuthenticationTypeInfo
52 * @param authnTypeAndValues The set of authentication mechanism
55 Set authnTypeAndValues) {
57 this.authnTypeAndValues = authnTypeAndValues;
75 return authnTypeAndValues;
54 IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java49 Set authnTypeAndValues; field in class:IDPAuthnContextInfo
57 * @param authnTypeAndValues The set of authentication mechanism
62 Set authnTypeAndValues, Integer authnLevel) {
64 this.authnTypeAndValues = authnTypeAndValues;
83 return authnTypeAndValues;
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.java49 Set authnTypeAndValues; field in class:IDPAuthnContextInfo
57 * @param authnTypeAndValues The set of authentication mechanism
62 Set authnTypeAndValues, Integer authnLevel) {
64 this.authnTypeAndValues = authnTypeAndValues;
83 return authnTypeAndValues;
61 IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) argument

Completed in 34 milliseconds