Package com.sun.identity.saml2.plugins
Class IDPAuthnContextInfo
java.lang.Object
com.sun.identity.saml2.plugins.IDPAuthnContextInfo
The class
IDPAuthnContextInfo
consists of the mapping
between AuthnContextClassRef
and the actual
authentication mechanism at the Identity Provider.-
Constructor Summary
ConstructorDescriptionIDPAuthnContextInfo
(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the returningAuthnContext
Returns the Authentication LevelReturns the set of authentication mechanism
-
Constructor Details
-
IDPAuthnContextInfo
The constructor.- Parameters:
authnContext
- TheAuthnContext
that is returned to the requester.authnTypeAndValues
- The set of authentication mechanismauthnLevel
- The Authentication Level associated to the Authentication context
-
-
Method Details
-
getAuthnContext
Returns the returningAuthnContext
- Returns:
- the returning
AuthnContext
-
getAuthnTypeAndValues
Returns the set of authentication mechanism- Returns:
- the set of authentication mechanism
-
getAuthnLevel
Returns the Authentication Level- Returns:
- the Authentication level
-