Package com.sun.identity.saml2.plugins

Defines SAMLv2 Plugin SPIs.

See:
          Description

Interface Summary
AssertionIDRequestMapper This interface AssertonIDRequestMapper is used by asseriton ID request service to process assertion ID request.
IDPAccountMapper 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.
IDPAttributeMapper 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.
IDPAuthnContextMapper The interface IDPAuthnContextMapper creates an IDPAuthnContextInfo based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.
SPAccountMapper The interface SPAccountMapper is used to identify the local identities that maps the SAML protocol objects such as Assertion, ManageNameIDRequest etc.
SPAttributeMapper This interface SPAttributeMapper is used to map the SAML Attributes to the local user attributes.
SPAuthnContextMapper The interface SPAuthnContextMapper.java determines the Authentication Context to be set in the Authentication Request and the Auth Level of an Authentication Context.
 

Class Summary
FedletAdapter The FedletAdapter abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
IDPAuthnContextInfo The class IDPAuthnContextInfo consists of the mapping between AuthnContextClassRef and the actual authentication mechanism at the Identity Provider.
SAML2ServiceProviderAdapter The SAML2ServiceProviderAdapter abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
 

Package com.sun.identity.saml2.plugins Description

Defines SAMLv2 Plugin SPIs.