Package io.micronaut.security.token
Token authentication.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Interface Summary Interface Description Claims Authentication claims.RolesFinder Retrieves roles from token claims.TokenAuthenticationFactory<T> Creates anAuthenticationobject from a token. -
Class Summary Class Description DefaultRolesFinder Default implementation ofRolesFinder.MapClaims AClaimsimplementation backed by aMap.TokenAuthenticationFetcher Attempts to retrieve a token form theHttpRequestand if existing validated.