Package com.sun.identity.saml2.plugins
Class IDPAuthnContextInfo
- java.lang.Object
 - 
- com.sun.identity.saml2.plugins.IDPAuthnContextInfo
 
 
- 
@SupportedAll public class IDPAuthnContextInfo extends Object
The classIDPAuthnContextInfoconsists of the mapping betweenAuthnContextClassRefand 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 AuthnContextgetAuthnContext()Returns the returningAuthnContextIntegergetAuthnLevel()Returns the Authentication LevelSetgetAuthnTypeAndValues()Returns the set of authentication mechanism 
 - 
 
- 
- 
Constructor Detail
- 
IDPAuthnContextInfo
public IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel)
The constructor.- Parameters:
 authnContext- TheAuthnContextthat 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
 
 
 - 
 
 -