Package org.dspace.app.rest.security.jwt
-
Interface Summary 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 Summary Class Description EPersonClaimProvider Provides a claim for a JSON Web Token, this claim is responsible for adding the EPerson ID to itJWTTokenHandler Class responsible for creating and parsing JWTs, supports both JWS and JWEJWTTokenRestAuthenticationServiceImpl Rest Authentication implementation for JSON Web TokensSpecialGroupClaimProvider JWT claim provider to read and set the special groups of an eperson on a JWT token