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 classAbstractAuthenticationHandler<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.proxy Modifier and Type Interface Description private static interfaceHttpClientConnector.HttpAuthenticationHandlerClasses in org.eclipse.jgit.internal.transport.sshd.proxy that implement AuthenticationHandler Modifier and Type Class Description private classHttpClientConnector.HttpBasicAuthenticationprivate classHttpClientConnector.NegotiateAuthenticationprivate classSocks5ClientConnector.SocksBasicAuthenticationprivate classSocks5ClientConnector.SocksGssApiAuthenticationFields 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
-