Interface JwtAuthenticationFactory

All Superinterfaces:
TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
All Known Implementing Classes:
DefaultJwtAuthenticationFactory

public interface JwtAuthenticationFactory extends TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
Creates an Authentication object from a JWT token.
Since:
1.1.0
Author:
Sergio del Amo