| AuthenticationMethodClaimProvider |
Provides a claim for a JSON Web Token, this claim is responsible for adding the authentication method to it
|
| EPersonClaimProvider |
Provides a claim for a JSON Web Token, this claim is responsible for adding the EPerson ID to it
|
| JWTTokenHandler |
Class responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE
https://jwt.io/ .
|
| JWTTokenRestAuthenticationServiceImpl |
Rest Authentication implementation for JSON Web Tokens
|
| LoginJWTTokenHandler |
Class responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE
https://jwt.io/
|
| ShortLivedJWTTokenHandler |
Class responsible for creating and parsing JSON Web Tokens (JWTs) used for bitstream
downloads among other things, supports both JWS and JWE https://jwt.io/ .
|
| SpecialGroupClaimProvider |
JWT claim provider to read and set the special groups of an eperson on a JWT token
|