- java.lang.Object
-
- com.appslandia.common.base.MapWrapper<String,Object>
-
- com.appslandia.common.jwt.JwtClaims
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
- Direct Known Subclasses:
JwtHeader,JwtPayload
public abstract class JwtClaims extends MapWrapper<String,Object>
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.appslandia.common.base.MapWrapper
map
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate(String key)DategetNumericDate(String key)Objectput(String key, Object value)JwtClaimsset(String key, Object value)JwtClaimssetArray(String key, Object... values)JwtClaimssetNumericDate(String key, long timeInMs)JwtClaimssetNumericDate(String key, Date value)-
Methods inherited from class com.appslandia.common.base.MapWrapper
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-