Package org.forgerock.openam.saml2.plugins
@Evolving
package org.forgerock.openam.saml2.plugins
This package contains the API for writing SAML federation plugins.
-
InterfacesClassDescriptionThe
FedletAdapterPluginabstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.This interfaceIDPAdapteris used to perform specific tasks in the IdP.This interfaceIDPFinderis used to find a list of preferred Identity Authenticating providers to service the authentication request.All the SAML federation plugins that need to be initialized should extend this.The marker interface that all the federation plugins should extend from.TheSPAdapterPluginprovides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.