Class GssApiAuthentication<ParameterType,​TokenType>

  • Type Parameters:
    ParameterType - defining the parameter type for the authentication
    TokenType - defining the token type for the authentication
    All Implemented Interfaces:
    Closeable, AutoCloseable, AuthenticationHandler<ParameterType,​TokenType>

    public abstract class GssApiAuthentication<ParameterType,​TokenType>
    extends AbstractAuthenticationHandler<ParameterType,​TokenType>
    An abstract implementation of a GSS-API multi-round authentication.
    • Field Detail

      • token

        protected byte[] token
        The last token generated.