Interface | Description |
---|---|
AuthBackend |
Implementations of AuthBackend authenticate users for incoming request.
|
Class | Description |
---|---|
AuthRequest |
Defines an abstract request for user authentication to Gerrit.
|
AuthUser |
An authenticated user as specified by the AuthBackend.
|
AuthUser.UUID |
Globally unique identifier for the user.
|
InternalAuthBackend | |
UniversalAuthBackend |
Universal implementation of the AuthBackend that works with the injected set of AuthBackends.
|
Exception | Description |
---|---|
AuthenticationUnavailableException |
A query to the authentication server failed
|
AuthException |
Base type for authentication exceptions.
|
InvalidCredentialsException |
An authentication exception that is thrown when the credentials are present and are unable to be
verified.
|
MissingCredentialsException |
An authentication exception that is thrown when the credentials are not present.
|
NoSuchUserException |
The user does not exist on the authentication server
|
UnknownUserException |
An authentication exception that is thrown when credentials are presented for an unknown user.
|
UserNotAllowedException |
An authentication exception that is thrown when the user credentials are valid, but not allowed
to authenticate for other reasons i.e.
|