Uses of Class
io.jans.as.model.jwt.JwtSubClaimObject
-
Packages that use JwtSubClaimObject Package Description io.jans.as.model.jwt -
-
Uses of JwtSubClaimObject in io.jans.as.model.jwt
Methods in io.jans.as.model.jwt that return JwtSubClaimObject Modifier and Type Method Description static JwtSubClaimObject
JwtSubClaimObject. fromBooleanMap(Map<String,Boolean> map)
static JwtSubClaimObject
JwtSubClaimObject. fromMap(Map<String,String> map)
Methods in io.jans.as.model.jwt with parameters of type JwtSubClaimObject Modifier and Type Method Description void
JwtClaimSet. setClaim(String key, JwtSubClaimObject subClaimObject)
-