Package com.sun.identity.wsfederation.plugins
Defines WS-Federation Plugin SPIs
-
Interface Summary Interface Description IDPAccountMapper The interfaceIDPAccountMapper
is used to map the local identities to theSAML
protocol objects and also the vice versa for some of the protocols for e.g.IDPAttributeMapper This interfaceIDPAttributeMapper
is used to map the authenticated user configured attributes to SAMLAttribute
s so that the SAML framework may insert these attribute information as SAMLAttributeStatement
s in SAMLAssertion
.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.SPAccountMapper The classPartnerAccountMapper
is an interface that is implemented to map partner account to user account in OpenAM.SPAttributeMapper This interfaceSPAttributeMapper
is used to map the SAMLAttribute
s to the local user attributes. -
Class Summary Class Description IDPAuthenticationTypeInfo The classIDPAuthenticationTypeInfo
consists of the mapping betweenAuthenticationType
and the actual authentication mechanism at the Identity Provider.