Interface | Description |
---|---|
AuthenticationHandler<ParameterType,TokenType> |
An
AuthenticationHandler encapsulates a possibly multi-step
authentication protocol. |
Class | Description |
---|---|
AbstractAuthenticationHandler<ParameterType,TokenType> |
Abstract base class for
AuthenticationHandler s encapsulating basic
common things. |
BasicAuthentication<ParameterType,TokenType> |
An abstract implementation of a username-password authentication.
|
GssApiAuthentication<ParameterType,TokenType> |
An abstract implementation of a GSS-API multi-round authentication.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.