Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd.auth | |
org.eclipse.jgit.internal.transport.sshd.proxy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationHandler<ParameterType,TokenType>
Abstract base class for
AuthenticationHandler 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.
|
Modifier and Type | Interface and Description |
---|---|
private static interface |
HttpClientConnector.HttpAuthenticationHandler |
Modifier and Type | Class and Description |
---|---|
private class |
HttpClientConnector.HttpBasicAuthentication |
private class |
HttpClientConnector.NegotiateAuthentication |
private class |
Socks5ClientConnector.SocksBasicAuthentication |
private class |
Socks5ClientConnector.SocksGssApiAuthentication |
Modifier and Type | Field and Description |
---|---|
private AuthenticationHandler<org.apache.sshd.common.util.buffer.Buffer,org.apache.sshd.common.util.buffer.Buffer> |
Socks5ClientConnector.authenticator |