Interface JwtAuthenticationFactory
- All Superinterfaces:
 TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
- All Known Implementing Classes:
 DefaultJwtAuthenticationFactory
Creates an 
Authentication object from a JWT token.- Since:
 - 1.1.0
 - Author:
 - Sergio del Amo
 
- 
Method Summary
 
- 
Method Details
- 
createAuthentication
- Specified by:
 createAuthenticationin interfaceTokenAuthenticationFactory<com.nimbusds.jwt.JWT>- Parameters:
 token- The token- Returns:
 - An Authentication object.
 
 
 -