Class AbstractAuthenticationHandler<ParameterType,​TokenType>

  • Type Parameters:
    ParameterType - defining the parameter type for the authentication
    TokenType - defining the token type for the authentication
    All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, AuthenticationHandler<ParameterType,​TokenType>
    Direct Known Subclasses:
    BasicAuthentication, GssApiAuthentication

    public abstract class AbstractAuthenticationHandler<ParameterType,​TokenType>
    extends java.lang.Object
    implements AuthenticationHandler<ParameterType,​TokenType>
    Abstract base class for AuthenticationHandlers encapsulating basic common things.