| Interface | Description |
|---|---|
| AuthHandler |
Custom authorization/authentication handlers implement this interface.
|
| ServerConfig |
Represents the configuration object passed down to the custom plugin.
|
| Class | Description |
|---|---|
| AuthConstants |
| Enum | Description |
|---|---|
| AuthHandler.Permissions |
| Exception | Description |
|---|---|
| AuthenticationException |
Exception thrown when there is any error during authentication.
|
| AuthException | |
| AuthorizationException |
Exception thrown when there is any error during authorization.
|
| InvalidClaimException |
Indicates that the token did not contain a claim being made during token verification.
|
| InvalidTokenException |
Indicates that the delegation token is invalid.
|
| TokenException |
An abstract superclass for exceptions that can be thrown while handling delegation tokens.
|
| TokenExpiredException |
Indicates that the token has expired.
|