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 JwtSubClaimObjectJwtSubClaimObject. fromBooleanMap(Map<String,Boolean> map)static JwtSubClaimObjectJwtSubClaimObject. fromMap(Map<String,String> map)Methods in io.jans.as.model.jwt with parameters of type JwtSubClaimObject Modifier and Type Method Description voidJwtClaimSet. setClaim(String key, JwtSubClaimObject subClaimObject)
-