Package org.dspace.app.rest.security.jwt


package org.dspace.app.rest.security.jwt
  • Class
    Description
    Provides a claim for a JSON Web Token, this claim is responsible for adding the authentication method to it
    Provides a claim for a JSON Web Token, this claim is responsible for adding the EPerson ID to it
    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 responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/ .
    Rest Authentication implementation for JSON Web Tokens
    Class responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/
    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/ .
    JWT claim provider to read and set the special groups of an eperson on a JWT token