public class JwtInfo extends Object implements Serializable
| Constructor and Description |
|---|
JwtInfo() |
JwtInfo(String jwtId,
Map<String,Object> claims,
Date issuedAt,
Date expiresAt) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClaims() |
Object |
getClaims(String key) |
<T> T |
getClaims(String key,
Class<T> targetClass) |
Date |
getExpiresAt() |
Date |
getIssuedAt() |
String |
getJwtId() |
void |
setClaims(Map<String,Object> claims) |
void |
setExpiresAt(Date expiresAt) |
void |
setIssuedAt(Date issuedAt) |
void |
setJwtId(String jwtId) |
Copyright © 2021–2022 EasyJ????. All rights reserved.