Uses of Interface
org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.eclipse.jgit.internal.transport.sshd.auth org.eclipse.jgit.internal.transport.sshd.proxy -
-
Uses of AuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.auth
Classes in org.eclipse.jgit.internal.transport.sshd.auth that implement AuthenticationHandler Modifier and Type Class Description class
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.proxy Modifier and Type Interface Description private static interface
HttpClientConnector.HttpAuthenticationHandler
Classes in org.eclipse.jgit.internal.transport.sshd.proxy that implement AuthenticationHandler Modifier and Type Class Description private class
HttpClientConnector.HttpBasicAuthentication
private class
HttpClientConnector.NegotiateAuthentication
private class
Socks5ClientConnector.SocksBasicAuthentication
private class
Socks5ClientConnector.SocksGssApiAuthentication
Fields in org.eclipse.jgit.internal.transport.sshd.proxy declared as AuthenticationHandler Modifier and Type Field Description private AuthenticationHandler<org.apache.sshd.common.util.buffer.Buffer,org.apache.sshd.common.util.buffer.Buffer>
Socks5ClientConnector. authenticator
-