Class DefaultJwtAuthenticationFactory

java.lang.Object
io.micronaut.security.token.AbstractTokenAuthenticationFactory<com.nimbusds.jwt.JWT>
io.micronaut.security.token.jwt.validator.DefaultJwtAuthenticationFactory
All Implemented Interfaces:
JwtAuthenticationFactory, TokenAuthenticationFactory<com.nimbusds.jwt.JWT>

@Singleton public class DefaultJwtAuthenticationFactory extends AbstractTokenAuthenticationFactory<com.nimbusds.jwt.JWT> implements JwtAuthenticationFactory
Extracts the JWT claims and uses the AuthenticationJWTClaimsSetAdapter to construction an Authentication object.
Since:
1.1.0
Author:
Sergio del Amo