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 | |
TokenAuthenticationFetcher |
Attempts to retrieve a token form the
HttpRequest and if existing validated. |