Uses of Class
org.forgerock.json.jose.jwt.JwtClaimsSetKey
-
Packages that use JwtClaimsSetKey Package Description org.forgerock.json.jose.jwt Classes and interfaces for JWTs. -
-
Uses of JwtClaimsSetKey in org.forgerock.json.jose.jwt
Methods in org.forgerock.json.jose.jwt that return JwtClaimsSetKey Modifier and Type Method Description static JwtClaimsSetKey
JwtClaimsSetKey. getClaimSetKey(String claimSetKey)
Gets theJwtClaimsSetKey
constant that matches the givenString
(case-insensitive).static JwtClaimsSetKey
JwtClaimsSetKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static JwtClaimsSetKey[]
JwtClaimsSetKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-