Uses of Class
org.forgerock.json.jose.exceptions.JwtBuilderException
-
Packages that use JwtBuilderException Package Description org.forgerock.json.jose.exceptions Exceptions for all possible JWT exception scenarios. -
-
Uses of JwtBuilderException in org.forgerock.json.jose.exceptions
Subclasses of JwtBuilderException in org.forgerock.json.jose.exceptions Modifier and Type Class Description class
InvalidJwtException
Represents an exception that occurs when a JWT is determined as invalid.class
JwtReconstructionException
Represents an exception that occurs when reconstructing JWTs.class
UnrecognizedCriticalHeaderException
Indicates that the JWT had critical headers that were not recognized by the JWT library and not implemented by the application.
-