Package org.dspace.app.rest.security.jwt
package org.dspace.app.rest.security.jwt
-
ClassDescriptionProvides a claim for a JSON Web Token, this claim is responsible for adding the authentication method to itProvides a claim for a JSON Web Token, this claim is responsible for adding the EPerson ID to itInterface 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 tokenClass responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/ .Rest Authentication implementation for JSON Web TokensClass 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