Uses of Interface
org.forgerock.openam.saml2.plugins.InitializablePlugin
-
Packages that use InitializablePlugin 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 InitializablePlugin in com.sun.identity.saml2.plugins
Subinterfaces of InitializablePlugin in com.sun.identity.saml2.plugins Modifier and Type Interface Description 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.Classes in com.sun.identity.saml2.plugins that implement InitializablePlugin 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 InitializablePlugin in org.forgerock.openam.saml2.plugins
Subinterfaces of InitializablePlugin 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
SPAdapter
TheSPAdapterPlugin
provides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
-