public abstract class JwtClaims extends MapWrapper<String,Object>
map| Constructor and Description |
|---|
JwtClaims() |
JwtClaims(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate(String key) |
Date |
getNumericDate(String key) |
Object |
put(String key,
Object value) |
JwtClaims |
set(String key,
Object value) |
JwtClaims |
setArray(String key,
Object... values) |
JwtClaims |
setNumericDate(String key,
Date value) |
JwtClaims |
setNumericDate(String key,
long timeInMs) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2021. All rights reserved.