com.sun.identity.wsfederation.plugins
インタフェース IDPAuthenticationMethodMapper


public interface IDPAuthenticationMethodMapper

The interface IDPAuthenticationMethodMapper creates an IDPAuthenticationTypeInfo based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config. The implementation of this class will be used by the IDP to find out the authentication mechaism and set the AuthnContext in the Assertion.


メソッドの概要
 IDPAuthenticationTypeInfo getIDPAuthnContextInfo(String authenticationType, String idpEntityID, String realm)
          Returns an IDPAuthenticationTypeInfo object.
 

メソッドの詳細

getIDPAuthnContextInfo

IDPAuthenticationTypeInfo getIDPAuthnContextInfo(String authenticationType,
                                                 String idpEntityID,
                                                 String realm)
                                                 throws WSFederationException
Returns an IDPAuthenticationTypeInfo object.

パラメータ:
authenticationType - the AuthenticationType from the Service Provider
idpEntityID - the Entity ID of the Identity Provider
realm - the realm to which the Identity Provider belongs
戻り値:
an IDPAuthenticationTypeInfo object
例外:
WSFederationException - if an error occurs.