com.sun.identity.wsfederation.plugins
クラス IDPAuthenticationTypeInfo

java.lang.Object
  上位を拡張 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.


コンストラクタの概要
IDPAuthenticationTypeInfo(String authenticationType, Set authnTypeAndValues)
          The constructor.
 
メソッドの概要
 String getAuthenticationTypet()
          Returns the returning AuthnContext
 Set getAuthnTypeAndValues()
          Returns the set of authentication mechanism
 

コンストラクタの詳細

IDPAuthenticationTypeInfo

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

パラメータ:
authenticationType - The AuthnContext that is returned to the requester.
authnTypeAndValues - The set of authentication mechanism
メソッドの詳細

getAuthenticationTypet

public String getAuthenticationTypet()
Returns the returning AuthnContext

戻り値:
the returning AuthnContext

getAuthnTypeAndValues

public Set getAuthnTypeAndValues()
Returns the set of authentication mechanism

戻り値:
the set of authentication mechanism