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