Class IDPAuthenticationTypeInfo
java.lang.Object
com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
The class
IDPAuthenticationTypeInfo consists of the mapping
between AuthenticationType and the actual
authentication mechanism at the Identity Provider.-
Constructor Summary
ConstructorsConstructorDescriptionIDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the returningAuthnContextReturns the set of authentication mechanism
-
Constructor Details
-
IDPAuthenticationTypeInfo
The constructor.- Parameters:
authenticationType- TheAuthnContextthat is returned to the requester.authnTypeAndValues- The set of authentication mechanism
-
-
Method Details
-
getAuthenticationTypet
Returns the returningAuthnContext- Returns:
- the returning
AuthnContext
-
getAuthnTypeAndValues
Returns the set of authentication mechanism- Returns:
- the set of authentication mechanism
-