Class GssApiAuthentication<ParameterType,TokenType>

java.lang.Object
org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler<ParameterType,TokenType>
org.eclipse.jgit.internal.transport.sshd.auth.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>
Direct Known Subclasses:
HttpClientConnector.NegotiateAuthentication, Socks5ClientConnector.SocksGssApiAuthentication

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

    • context

      private GSSContext context
    • token

      protected byte[] token
      The last token generated.
  • Constructor Details

  • Method Details