Class AbstractAuthenticationHandler<ParameterType,TokenType>

java.lang.Object
org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler<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:
BasicAuthentication, GssApiAuthentication

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