Package io.micronaut.security.token
package io.micronaut.security.token
Token authentication.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAbstract implementation of
TokenAuthenticationFactory
which creates an authentication for a set of claims.Authentication claims.Default implementation ofRolesFinder
.Retrieves roles from token claims.Creates anAuthentication
object from a token.Attempts to retrieve a token form theHttpRequest
and if existing validated.