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 JwtClaimsSetBuilderJwtClaimsSetBuilder. typ(JwtType typ)Sets the type of the contents of the Claims Set. -
Uses of JwtType in org.forgerock.json.jose.jwt
Fields in org.forgerock.json.jose.jwt declared as JwtType Modifier and Type Field Description static JwtTypeJwtType. JWTUsed for plaintext, non-nested signed or non-nested encrypted JWTs.Methods in org.forgerock.json.jose.jwt that return JwtType Modifier and Type Method Description JwtTypeJwtHeader. getType()Gets the type of JWT this header represents.static JwtTypeJwtType. jwtType(String jwtType)Construct the JwtType from string.static JwtTypeJwtType. valueOf(String value)Construct the JwtType from a string.Methods in org.forgerock.json.jose.jwt with parameters of type JwtType Modifier and Type Method Description voidJwtHeader. setType(JwtType jwtType)Sets the type of JWT this header represents.
-