Class 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.
    since AM 7.3.0 Implement use-case specific FedletAdapter implementations instead.
    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.

    • Constructor Detail

      • FedletAdapter

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