Class IDPAuthenticationTypeInfo
- java.lang.Object
-
- com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
-
@SupportedAll public class IDPAuthenticationTypeInfo extends Object
The classIDPAuthenticationTypeInfo
consists of the mapping betweenAuthenticationType
and the actual authentication mechanism at the Identity Provider.
-
-
Constructor Summary
Constructors Constructor Description IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthenticationTypet()
Returns the returningAuthnContext
Set
getAuthnTypeAndValues()
Returns the set of authentication mechanism
-