public interface IDPAuthenticationMethodMapper
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.
Modifier and Type | Method and Description |
---|---|
IDPAuthenticationTypeInfo |
getIDPAuthnContextInfo(String authenticationType,
String idpEntityID,
String realm)
Returns an
IDPAuthenticationTypeInfo object. |
IDPAuthenticationTypeInfo getIDPAuthnContextInfo(String authenticationType, String idpEntityID, String realm) throws WSFederationException
IDPAuthenticationTypeInfo
object.authenticationType
- the AuthenticationType
from the
Service ProvideridpEntityID
- the Entity ID of the Identity Providerrealm
- the realm to which the Identity Provider belongsIDPAuthenticationTypeInfo
objectWSFederationException
- if an error occurs.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.