Class SupplierJwtDecoder
java.lang.Object
org.springframework.security.oauth2.jwt.SupplierJwtDecoder
- All Implemented Interfaces:
 JwtDecoder
A 
JwtDecoder that lazily initializes another JwtDecoder- Since:
 - 5.6
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SupplierJwtDecoder
 
 - 
 - 
Method Details
- 
decode
Decodes the JWT from its compact claims representation format and returns aJwt.- Specified by:
 decodein interfaceJwtDecoder- Parameters:
 token- the JWT value- Returns:
 - a 
Jwt - Throws:
 JwtException- if an error occurs while attempting to decode the JWT
 
 -