Package com.sun.identity.wsfederation.plugins


@Supported package com.sun.identity.wsfederation.plugins
Defines WS-Federation Plugin SPIs
  • Class
    Description
    The interface IDPAccountMapper is used to map the local identities to the SAML protocol objects and also the vice versa for some of the protocols for e.g.
    This interface IDPAttributeMapper is used to map the authenticated user configured attributes to SAML Attributes so that the SAML framework may insert these attribute information as SAML AttributeStatements in SAML Assertion.
    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 class IDPAuthenticationTypeInfo consists of the mapping between AuthenticationType and the actual authentication mechanism at the Identity Provider.
    The class PartnerAccountMapper is an interface that is implemented to map partner account to user account in OpenAM.
    This interface SPAttributeMapper is used to map the SAML Attributes to the local user attributes.