com.sun.identity.wsfederation.plugins
Class IDPAuthenticationTypeInfo

java.lang.Object
  extended by com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo

public class IDPAuthenticationTypeInfo
extends Object

The class IDPAuthenticationTypeInfo consists of the mapping between AuthenticationType and the actual authentication mechanism at the Identity Provider.


Constructor Summary
IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues)
          The constructor.
 
Method Summary
 String getAuthenticationTypet()
          Returns the returning AuthnContext
 Set getAuthnTypeAndValues()
          Returns the set of authentication mechanism
 

Constructor Detail

IDPAuthenticationTypeInfo

public IDPAuthenticationTypeInfo(String authenticationType,
                                 Set authnTypeAndValues)
The constructor.

Parameters:
authenticationType - The AuthnContext that is returned to the requester.
authnTypeAndValues - The set of authentication mechanism
Method Detail

getAuthenticationTypet

public String getAuthenticationTypet()
Returns the returning AuthnContext

Returns:
the returning AuthnContext

getAuthnTypeAndValues

public Set getAuthnTypeAndValues()
Returns the set of authentication mechanism

Returns:
the set of authentication mechanism