| Interface | Description |
|---|---|
| Claims |
Authentication claims.
|
| RolesFinder |
Retrieves roles from token claims.
|
| TokenAuthenticationFactory<T> |
Creates an
Authentication object from a token. |
| Class | Description |
|---|---|
| DefaultRolesFinder |
Default implementation of
RolesFinder. |
| MapClaims |
A
Claims implementation backed by a Map. |
| TokenAuthenticationFetcher |
Attempts to retrieve a token form the
HttpRequest and if existing validated. |