Uses of Interface
org.forgerock.openam.saml2.plugins.SAMLPlugin

Packages that use SAMLPlugin
Package
Description
Defines SAMLv2 Plugin SPIs.
This package contains the API for writing SAML federation plugins.
  • Uses of SAMLPlugin in com.sun.identity.saml2.plugins

    Modifier and Type
    Interface
    Description
    interface 
    This interface AssertonIDRequestMapper is used by assertion ID request service to process assertion ID request.
    interface 
    This interface AttributeAuthorityMapper is used by attribute authority to process attribute query.
    interface 
    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.
    interface 
    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.
    interface 
    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.
    interface 
    This interface IDPECPSessionMapper is used to find a valid session from HTTP servlet request on IDP with ECP profile.
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since AM 7.3.0 Implement use-case specific IDPAdapter implementations instead.
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since AM 7.3.0 Implement use-case specific IDPFinder implementations instead.
    interface 
    The interface SPAccountMapper is used to identify the local identities that maps the SAML protocol objects such as Assertion, ManageNameIDRequest etc.
    Classes in com.sun.identity.saml2.plugins that implement SAMLPlugin
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since AM 7.3.0 Implement use-case specific FedletAdapter implementations instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since AM 7.3.0 Implement use-case specific SPAdapter implementations instead.
  • Uses of SAMLPlugin in org.forgerock.openam.saml2.plugins

    Modifier and Type
    Interface
    Description
    interface 
    The FedletAdapterPlugin abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
    interface 
    This interface IDPAdapter is used to perform specific tasks in the IdP.
    interface 
    This interface IDPFinder is used to find a list of preferred Identity Authenticating providers to service the authentication request.
    interface 
    All the SAML federation plugins that need to be initialized should extend this.
    interface 
    The SPAdapterPlugin provides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.