com.sun.identity.saml2.plugins
クラス IDPAuthnContextInfo

java.lang.Object
  上位を拡張 com.sun.identity.saml2.plugins.IDPAuthnContextInfo

public class IDPAuthnContextInfo
extends Object

The class IDPAuthnContextInfo consists of the mapping between AuthnContextClassRef and the actual authentication mechanism at the Identity Provider.


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

コンストラクタの詳細

IDPAuthnContextInfo

public IDPAuthnContextInfo(AuthnContext authnContext,
                           Set authnTypeAndValues)
The constructor.

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

getAuthnContext

public AuthnContext getAuthnContext()
Returns the returning AuthnContext

戻り値:
the returning AuthnContext

getAuthnTypeAndValues

public Set getAuthnTypeAndValues()
Returns the set of authentication mechanism

戻り値:
the set of authentication mechanism