See: Description
Class | Description |
---|---|
AbstractJWT |
The abstract client-side JWT used to verify a serialized JWT using
the providers public key.
|
JWT |
A basic JWT that contains an expiration date and a "not-before" date that describe the validity of
this JWT.
|
JWTAccessToken |
The client side JWT access token.
|
JWTAdfsAccessToken |
The JWT access token returned by ADFS.
|
JWTHokFactory |
JWT Holder of Key Factory.
|
JWTHokToken |
A HokJWT proves the possession of a private key.
|
JWTIDToken |
The client side JWT OpenID Token.
|
JWTRefreshToken |
The client side JWT refresh token.
|
JWTVocabulary |
A class with all static string that are used in JWTs.
|
JWTVocabulary.TokenType | |
KeyLoader |
A small helper, that loads RSA keys from Base64 encoded values.
|
Exception | Description |
---|---|
JWTException |
Thrown when an exception occurs while verifying a signature
or deserializing a JWT.
|
JWTInvalidSignatureFormatException |
Thrown when the signature has an invalid format.
|
JWTKeyMissmatchException |
Thrown when the providers key can not be used to verify
a signature (e.g.
|
JWTParseException |
Thrown when the JWT can not be parsed (e.g.
|
Copyright © 2015 Universitätsmedizin Mainz, Abteilung IMBEI. All rights reserved.