Package com.sun.identity.saml2.plugins
Class IDPAuthnContextInfo
- java.lang.Object
-
- com.sun.identity.saml2.plugins.IDPAuthnContextInfo
-
@SupportedAll public class IDPAuthnContextInfo extends Object
The classIDPAuthnContextInfo
consists of the mapping betweenAuthnContextClassRef
and the actual authentication mechanism at the Identity Provider.
-
-
Constructor Summary
Constructors Constructor Description IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnContext
getAuthnContext()
Returns the returningAuthnContext
Integer
getAuthnLevel()
Returns the Authentication LevelSet
getAuthnTypeAndValues()
Returns the set of authentication mechanism
-
-
-
Constructor Detail
-
IDPAuthnContextInfo
public IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel)
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 Detail
-
getAuthnContext
public AuthnContext getAuthnContext()
Returns the returningAuthnContext
- Returns:
- the returning
AuthnContext
-
getAuthnTypeAndValues
public Set getAuthnTypeAndValues()
Returns the set of authentication mechanism- Returns:
- the set of authentication mechanism
-
getAuthnLevel
public Integer getAuthnLevel()
Returns the Authentication Level- Returns:
- the Authentication level
-
-