Module org.eclipse.jgit.ssh.apache
Package org.eclipse.jgit.internal.transport.sshd.auth
-
Interface Summary Interface Description AuthenticationHandler<ParameterType,TokenType> AnAuthenticationHandlerencapsulates a possibly multi-step authentication protocol. -
Class Summary Class Description AbstractAuthenticationHandler<ParameterType,TokenType> Abstract base class forAuthenticationHandlers 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.