Interface JwtAuthenticationFactory
- All Superinterfaces:
io.micronaut.security.token.TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
- All Known Implementing Classes:
DefaultJwtAuthenticationFactory
public interface JwtAuthenticationFactory
extends io.micronaut.security.token.TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
Creates an
Authentication object from a JWT token.- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptionOptional<io.micronaut.security.authentication.Authentication>createAuthentication(com.nimbusds.jwt.JWT token)
-
Method Details
-
createAuthentication
Optional<io.micronaut.security.authentication.Authentication> createAuthentication(com.nimbusds.jwt.JWT token) - Specified by:
createAuthenticationin interfaceio.micronaut.security.token.TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
-