Uses of Interface
org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.auth
Classes in org.eclipse.jgit.internal.transport.sshd.auth that implement AuthenticationHandlerModifier and TypeClassDescriptionclassAbstractAuthenticationHandler<ParameterType, TokenType>Abstract base class forAuthenticationHandlers encapsulating basic common things.classBasicAuthentication<ParameterType, TokenType>An abstract implementation of a username-password authentication.classGssApiAuthentication<ParameterType, TokenType>An abstract implementation of a GSS-API multi-round authentication.