Uses of Class
org.forgerock.json.jose.jwt.JwtType
-
Packages that use JwtType Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.json.jose.jwt Classes and interfaces for JWTs. -
-
Uses of JwtType in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders with parameters of type JwtType Modifier and Type Method Description JwtClaimsSetBuilder
JwtClaimsSetBuilder. typ(JwtType typ)
Sets the type of the contents of the Claims Set. -
Uses of JwtType in org.forgerock.json.jose.jwt
Methods in org.forgerock.json.jose.jwt that return JwtType Modifier and Type Method Description JwtType
JwtHeader. getType()
Gets the type of JWT this header represents.static JwtType
JwtType. jwtType(String jwtType)
Finds the value of the String representation of the given JWT type.static JwtType
JwtType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JwtType[]
JwtType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.json.jose.jwt with parameters of type JwtType Modifier and Type Method Description void
JwtHeader. setType(JwtType jwtType)
Sets the type of JWT this header represents.
-