public interface JwtAuthenticationFactory extends TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
Authentication object from a JWT token.| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<Authentication> | createAuthentication(com.nimbusds.jwt.JWT token) | 
java.util.Optional<Authentication> createAuthentication(com.nimbusds.jwt.JWT token)
createAuthentication in interface TokenAuthenticationFactory<com.nimbusds.jwt.JWT>token - The token