Uses of Class
com.appslandia.common.jwt.JwtClaims
-
Packages that use JwtClaims Package Description com.appslandia.common.jwt -
-
Uses of JwtClaims in com.appslandia.common.jwt
Subclasses of JwtClaims in com.appslandia.common.jwt Modifier and Type Class Description classJwtHeaderclassJwtPayloadMethods in com.appslandia.common.jwt that return JwtClaims Modifier and Type Method Description JwtClaimsJwtClaims. set(String key, Object value)JwtClaimsJwtClaims. setArray(String key, Object... values)JwtClaimsJwtClaims. setNumericDate(String key, long timeInMs)JwtClaimsJwtClaims. setNumericDate(String key, Date value)
-