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 interface
AssertionIDRequestMapper
This interfaceAssertonIDRequestMapper
is used by assertion ID request service to process assertion ID request.interface
AttributeAuthorityMapper
This interfaceAttributeAuthorityMapper
is used by attribute authority to process attribute query.interface
IDPAccountMapper
The interfaceIDPAccountMapper
is used to map the local identities to theSAML
protocol objects and also the vice versa for some of the protocols for e.g.interface
IDPAttributeMapper
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
.interface
IDPAuthnContextMapper
The interfaceIDPAuthnContextMapper
creates anIDPAuthnContextInfo
based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.interface
IDPECPSessionMapper
This interfaceIDPECPSessionMapper
is used to find a valid session from HTTP servlet request on IDP with ECP profile.interface
SAML2IdentityProviderAdapter
Deprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPAdapter
implementations instead.interface
SAML2IDPFinder
Deprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPFinder
implementations instead.interface
SPAccountMapper
The interfaceSPAccountMapper
is used to identify the local identities that maps theSAML
protocol objects such asAssertion
,ManageNameIDRequest
etc.Classes in com.sun.identity.saml2.plugins that implement SAMLPlugin Modifier and Type Class Description class
FedletAdapter
Deprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificFedletAdapter
implementations instead.class
SAML2ServiceProviderAdapter
Deprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificSPAdapter
implementations instead. -
Uses of SAMLPlugin in org.forgerock.openam.saml2.plugins
Subinterfaces of SAMLPlugin in org.forgerock.openam.saml2.plugins Modifier and Type Interface Description interface
FedletAdapter
TheFedletAdapterPlugin
abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interface
IDPAdapter
This interfaceIDPAdapter
is used to perform specific tasks in the IdP.interface
IDPFinder
This interfaceIDPFinder
is used to find a list of preferred Identity Authenticating providers to service the authentication request.interface
InitializablePlugin
All the SAML federation plugins that need to be initialized should extend this.interface
SPAdapter
TheSPAdapterPlugin
provides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
-