public class JwtService extends Object
| Constructor and Description |
|---|
JwtService(Integer cacheTimeoutInMinutes,
Integer maxCacheSize) |
| Modifier and Type | Method and Description |
|---|---|
JwtPayload |
parseJwtPayload(String jwt)
Get JWT payload in the local cache based on encoded JWT or load it.
|
public JwtPayload parseJwtPayload(String jwt) throws JwtProcessingException
jwt - Encoded JWTJwtProcessingExceptionCopyright © 2018 Symphony. All rights reserved.