public class IDPAuthnContextInfo extends Object
IDPAuthnContextInfo
consists of the mapping
between AuthnContextClassRef
and the actual
authentication mechanism at the Identity Provider.Constructor and Description |
---|
IDPAuthnContextInfo(AuthnContext authnContext,
Set authnTypeAndValues,
Integer authnLevel)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
AuthnContext |
getAuthnContext()
Returns the returning
AuthnContext |
Integer |
getAuthnLevel()
Returns the Authentication Level
|
Set |
getAuthnTypeAndValues()
Returns the set of authentication mechanism
|
public IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel)
authnContext
- The AuthnContext
that is returned
to the requester.authnTypeAndValues
- The set of authentication mechanismauthnLevel
- The Authentication Level associated to the Authentication
contextpublic AuthnContext getAuthnContext()
AuthnContext
AuthnContext
public Set getAuthnTypeAndValues()
public Integer getAuthnLevel()
Copyright © 2010-2018, ForgeRock All Rights Reserved.