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.
|
Modifier and Type | Method and Description |
---|---|
JwtClaimsSetBuilder |
JwtClaimsSetBuilder.typ(JwtType typ)
Sets the type of the contents of the Claims Set.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JwtHeader.setType(JwtType jwtType)
Sets the type of JWT this header represents.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.