Uses of Interface
org.forgerock.openam.saml2.plugins.InitializablePlugin
Package
Description
Defines SAMLv2 Plugin SPIs.
This package contains the API for writing SAML federation plugins.
-
Uses of InitializablePlugin in com.sun.identity.saml2.plugins
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeClassDescriptionclass
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
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 InitializablePlugin in org.forgerock.openam.saml2.plugins
Modifier and TypeInterfaceDescriptioninterface
TheFedletAdapterPlugin
abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interface
This interfaceIDPAdapter
is used to perform specific tasks in the IdP.interface
TheSPAdapterPlugin
provides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
IDPAdapter
implementations instead.