Uses of Class
org.dspace.app.rest.security.jwt.JWTTokenHandler
-
Packages that use JWTTokenHandler Package Description org.dspace.app.rest.security.jwt -
-
Uses of JWTTokenHandler in org.dspace.app.rest.security.jwt
Subclasses of JWTTokenHandler in org.dspace.app.rest.security.jwt Modifier and Type Class Description classLoginJWTTokenHandlerClass responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/classShortLivedJWTTokenHandlerClass responsible for creating and parsing JSON Web Tokens (JWTs) used for bitstream downloads among other things, supports both JWS and JWE https://jwt.io/ .
-