| Interface | Description |
|---|---|
| JWTClaimProvider |
Interface to be implemented if you want to add a custom claim to a JSON Web Token, annotate with @Component
to include it's implementation in the token
|
| Class | Description |
|---|---|
| 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 JWTs, supports both JWS and JWE
|
| JWTTokenRestAuthenticationServiceImpl |
Rest Authentication implementation for JSON Web Tokens
|
| SpecialGroupClaimProvider |
JWT claim provider to read and set the special groups of an eperson on a JWT token
|
Copyright © 2019 DuraSpace. All rights reserved.