Uses of Class
org.dspace.app.rest.model.wrapper.AuthenticationToken
-
Packages that use AuthenticationToken Package Description org.dspace.app.rest.converter org.dspace.app.rest.security org.dspace.app.rest.security.jwt -
-
Uses of AuthenticationToken in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return types with arguments of type AuthenticationToken Modifier and Type Method Description Class<AuthenticationToken>AuthenticationTokenConverter. getModelClass()Methods in org.dspace.app.rest.converter with parameters of type AuthenticationToken Modifier and Type Method Description AuthenticationTokenRestAuthenticationTokenConverter. convert(AuthenticationToken modelObject, Projection projection) -
Uses of AuthenticationToken in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenRestAuthenticationService. getShortLivedAuthenticationToken(Context context, javax.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 AuthenticationToken Modifier and Type Method Description AuthenticationTokenJWTTokenRestAuthenticationServiceImpl. getShortLivedAuthenticationToken(Context context, javax.servlet.http.HttpServletRequest request)Create a short-lived token for bitstream downloads among other things
-