Package org.eclipse.jgit.internal.transport.sshd.auth
package org.eclipse.jgit.internal.transport.sshd.auth
-
ClassDescriptionAbstractAuthenticationHandler<ParameterType, TokenType>Abstract base class for
AuthenticationHandlers encapsulating basic common things.AuthenticationHandler<ParameterType, TokenType>AnAuthenticationHandlerencapsulates 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.