Interface IDPAuthenticationMethodMapper
-
@SupportedAll public interface IDPAuthenticationMethodMapper
The interfaceIDPAuthenticationMethodMapper
creates anIDPAuthenticationTypeInfo
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 mechanism and set the AuthnContext in the Assertion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDPAuthenticationTypeInfo
getIDPAuthnContextInfo(String authenticationType, String idpEntityID, String realm)
Returns anIDPAuthenticationTypeInfo
object.
-
-
-
Method Detail
-
getIDPAuthnContextInfo
IDPAuthenticationTypeInfo getIDPAuthnContextInfo(String authenticationType, String idpEntityID, String realm) throws WSFederationException
Returns anIDPAuthenticationTypeInfo
object.- Parameters:
authenticationType
- theAuthenticationType
from the Service ProvideridpEntityID
- the Entity ID of the Identity Providerrealm
- the realm to which the Identity Provider belongs- Returns:
- an
IDPAuthenticationTypeInfo
object - Throws:
WSFederationException
- if an error occurs.
-
-