Package org.forgerock.json.jose.jwt
Class JwtType
java.lang.Object
org.forgerock.json.jose.jwt.JwtType
A type that stores the media/jwt types for JWTs.
-
Field Summary
-
Method Summary
-
Field Details
-
JWT
Used for plaintext, non-nested signed or non-nested encrypted JWTs.
-
-
Method Details
-
valueOf
Construct the JwtType from a string.- Parameters:
value
- of type- Returns:
- JwtType
-
jwtType
Construct the JwtType from string.- Parameters:
jwtType
- a non-null string- Returns:
- the JwtType.
-
name
Return the Jwt type.- Returns:
- the underlying JwtType string value
-
equals
-
hashCode
public int hashCode() -
toString
-