Package com.sun.identity.wsfederation.plugins
@Supported
package com.sun.identity.wsfederation.plugins
Defines WS-Federation Plugin SPIs
-
ClassDescriptionThe interface
IDPAccountMapper
is used to map the local identities to theSAML
protocol objects and also the vice versa for some of the protocols for e.g.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
.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 classIDPAuthenticationTypeInfo
consists of the mapping betweenAuthenticationType
and the actual authentication mechanism at the Identity Provider.The classPartnerAccountMapper
is an interface that is implemented to map partner account to user account in OpenAM.This interfaceSPAttributeMapper
is used to map the SAMLAttribute
s to the local user attributes.