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 interfaceSAML2IdentityProviderAdapterDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPAdapterimplementations instead.Classes in com.sun.identity.saml2.plugins that implement InitializablePlugin 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 InitializablePlugin in org.forgerock.openam.saml2.plugins
Subinterfaces of InitializablePlugin 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.interfaceSPAdapterTheSPAdapterPluginprovides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
-