Package org.eclipse.jgit.internal.transport.sshd.auth
-
Interface Summary Interface Description AuthenticationHandler<ParameterType,TokenType> AnAuthenticationHandler
encapsulates a possibly multi-step authentication protocol. -
Class Summary Class Description AbstractAuthenticationHandler<ParameterType,TokenType> Abstract base class forAuthenticationHandler
s encapsulating basic common things.BasicAuthentication<ParameterType,TokenType> An abstract implementation of a username-password authentication.GssApiAuthentication<ParameterType,TokenType> An abstract implementation of a GSS-API multi-round authentication.