Interface SSOManagerFactory<A,​D,​S,​B extends Batch>

  • Type Parameters:
    A - authentication type
    D - deployment type
    S - session type
    B - batch type

    public interface SSOManagerFactory<A,​D,​S,​B extends Batch>
    Factory for creating SSO manager instances.
    • Method Detail

      • createSSOManager

        <L> SSOManager<A,​D,​S,​L,​B> createSSOManager​(SSOManagerConfiguration<L> config)
        Creates a new SSO manager using the specified configuration.
        Type Parameters:
        L - local context type
        Parameters:
        config - a SSO manager configuration
        Returns:
        a new SSO manager