Uses of Interface
org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
-
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. -
Uses of AuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.proxy
Subinterfaces of AuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.proxyModifier and TypeInterfaceDescriptionprivate static interfaceClasses in org.eclipse.jgit.internal.transport.sshd.proxy that implement AuthenticationHandlerModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classFields in org.eclipse.jgit.internal.transport.sshd.proxy declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate AuthenticationHandler<org.apache.sshd.common.util.buffer.Buffer,org.apache.sshd.common.util.buffer.Buffer> Socks5ClientConnector.authenticator