Package com.sun.identity.saml2.plugins
Class FedletAdapter
java.lang.Object
com.sun.identity.saml2.plugins.FedletAdapter
- All Implemented Interfaces:
FedletAdapter
,InitializablePlugin
,SAMLPlugin
@SupportedAll
@Deprecated(forRemoval=true,
since="7.3.0")
public abstract class FedletAdapter
extends Object
implements FedletAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
The
FedletAdapter
abstract class provides methods
that could be extended to perform user specific logics during SAMLv2
protocol processing on the Service Provider side. The implementation class
could be configured on a per service provider basis in the extended
metadata configuration.
A singleton instance of this FedletAdapter
class will be used per Service Provider during runtime, so make sure
implementation of the methods are thread safe.
-
Field Summary
Fields inherited from interface org.forgerock.openam.saml2.plugins.InitializablePlugin
HOSTED_ENTITY_ID, REALM
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.forgerock.openam.saml2.plugins.FedletAdapter
doFedletSLO, onFedletSLOFailure, onFedletSLOSuccess
Methods inherited from interface org.forgerock.openam.saml2.plugins.InitializablePlugin
initialize, initialize
-
Constructor Details
-
FedletAdapter
public FedletAdapter()Deprecated, for removal: This API element is subject to removal in a future version.
-
FedletAdapter
implementations instead.