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 TypeClassDescriptionclass
AbstractAuthenticationHandler<ParameterType,
TokenType> Abstract base class forAuthenticationHandler
s encapsulating basic common things.class
BasicAuthentication<ParameterType,
TokenType> An abstract implementation of a username-password authentication.class
GssApiAuthentication<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 interface
Classes in org.eclipse.jgit.internal.transport.sshd.proxy that implement AuthenticationHandlerModifier and TypeClassDescriptionprivate class
private class
private class
private class
Fields 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