public class IDPAuthenticationTypeInfo extends Object
IDPAuthenticationTypeInfo
consists of the mapping
between AuthenticationType
and the actual
authentication mechanism at the Identity Provider.Constructor and Description |
---|
IDPAuthenticationTypeInfo(String authenticationType,
Set authnTypeAndValues)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationTypet()
Returns the returning
AuthnContext |
Set |
getAuthnTypeAndValues()
Returns the set of authentication mechanism
|
public IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues)
authenticationType
- The AuthnContext
that is returned
to the requester.authnTypeAndValues
- The set of authentication mechanismpublic String getAuthenticationTypet()
AuthnContext
AuthnContext
public Set getAuthnTypeAndValues()
Copyright © 2010-2016, ForgeRock All Rights Reserved.