public class CachingAuthTokenDecoder extends java.lang.Object implements AuthTokenDecoder
AuthTokenDecoder that caches results and delegates actual token
decoding to another AuthTokenDecoder.| Constructor and Description |
|---|
CachingAuthTokenDecoder(AuthTokenDecoder authTokenDecoder) |
| Modifier and Type | Method and Description |
|---|---|
org.jose4j.jwt.JwtClaims |
decode(java.lang.String authToken) |
public CachingAuthTokenDecoder(AuthTokenDecoder authTokenDecoder)
public org.jose4j.jwt.JwtClaims decode(java.lang.String authToken)
decode in interface AuthTokenDecoder