public class JwtClaimsSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
exp |
java.lang.Long |
iat |
java.lang.String |
iss |
java.lang.Long |
nbf |
java.lang.String |
sub |
| Constructor and Description |
|---|
JwtClaimsSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDateInRange(long nowInSeconds) |
boolean |
isSelfIssued() |