Uses of Class
org.dspace.app.rest.model.wrapper.AuthenticationToken
Packages that use AuthenticationToken
Package
Description
DSpace-specific concepts and behaviors to support Spring Security.
-
Uses of AuthenticationToken in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return types with arguments of type AuthenticationTokenMethods in org.dspace.app.rest.converter with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionAuthenticationTokenConverter.convert(AuthenticationToken modelObject, Projection projection) -
Uses of AuthenticationToken in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security that return AuthenticationTokenModifier and TypeMethodDescriptionRestAuthenticationService.getShortLivedAuthenticationToken(Context context, jakarta.servlet.http.HttpServletRequest request) Retrieve a short lived authentication token, this can be used (among other things) for file downloads -
Uses of AuthenticationToken in org.dspace.app.rest.security.jwt
Methods in org.dspace.app.rest.security.jwt that return AuthenticationTokenModifier and TypeMethodDescriptionJWTTokenRestAuthenticationServiceImpl.getShortLivedAuthenticationToken(Context context, jakarta.servlet.http.HttpServletRequest request) Create a short-lived token for bitstream downloads among other things