Class SAML2ServiceProviderAdapter

java.lang.Object
com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
All Implemented Interfaces:
InitializablePlugin, SAMLPlugin, SPAdapter

@Deprecated(forRemoval=true, since="7.3.0") @SupportedAll public abstract class SAML2ServiceProviderAdapter extends Object implements SPAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
since AM 7.3.0 Implement use-case specific SPAdapter implementations instead.
The SAML2ServiceProviderAdapter 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 SAML2ServiceProviderAdapter class will be used per Service Provider during runtime, so make sure implementation of the methods are thread safe.

  • Constructor Details

    • SAML2ServiceProviderAdapter

      public SAML2ServiceProviderAdapter()
      Deprecated, for removal: This API element is subject to removal in a future version.