Uses of Interface
org.forgerock.openam.saml2.plugins.SAMLPlugin
-
Packages that use SAMLPlugin Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.org.forgerock.openam.saml2.plugins This package contains the API for writing SAML federation plugins. -
-
Uses of SAMLPlugin in com.sun.identity.saml2.plugins
Subinterfaces of SAMLPlugin in com.sun.identity.saml2.plugins Modifier and Type Interface Description interfaceAssertionIDRequestMapperThis interfaceAssertonIDRequestMapperis used by assertion ID request service to process assertion ID request.interfaceAttributeAuthorityMapperThis interfaceAttributeAuthorityMapperis used by attribute authority to process attribute query.interfaceIDPAccountMapperThe interfaceIDPAccountMapperis used to map the local identities to theSAMLprotocol objects and also the vice versa for some of the protocols for e.g.interfaceIDPAttributeMapperThis interfaceIDPAttributeMapperis used to map the authenticated user configured attributes to SAMLAttributes so that the SAML framework may insert these attribute information as SAMLAttributeStatements in SAMLAssertion.interfaceIDPAuthnContextMapperThe interfaceIDPAuthnContextMappercreates anIDPAuthnContextInfobased on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.interfaceIDPECPSessionMapperThis interfaceIDPECPSessionMapperis used to find a valid session from HTTP servlet request on IDP with ECP profile.interfaceSAML2IdentityProviderAdapterDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPAdapterimplementations instead.interfaceSAML2IDPFinderDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPFinderimplementations instead.interfaceSPAccountMapperThe interfaceSPAccountMapperis used to identify the local identities that maps theSAMLprotocol objects such asAssertion,ManageNameIDRequestetc.Classes in com.sun.identity.saml2.plugins that implement SAMLPlugin Modifier and Type Class Description classFedletAdapterDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificFedletAdapterimplementations instead.classSAML2ServiceProviderAdapterDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificSPAdapterimplementations instead. -
Uses of SAMLPlugin in org.forgerock.openam.saml2.plugins
Subinterfaces of SAMLPlugin in org.forgerock.openam.saml2.plugins Modifier and Type Interface Description interfaceFedletAdapterTheFedletAdapterPluginabstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interfaceIDPAdapterThis interfaceIDPAdapteris used to perform specific tasks in the IdP.interfaceIDPFinderThis interfaceIDPFinderis used to find a list of preferred Identity Authenticating providers to service the authentication request.interfaceInitializablePluginAll the SAML federation plugins that need to be initialized should extend this.interfaceSPAdapterTheSPAdapterPluginprovides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
-