Uses of Class
org.dspace.app.rest.model.hateoas.AuthenticationTokenResource
-
Packages that use AuthenticationTokenResource Package Description org.dspace.app.rest org.dspace.app.rest.link -
-
Uses of AuthenticationTokenResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return AuthenticationTokenResource Modifier and Type Method Description AuthenticationTokenResourceAuthenticationRestController. shortLivedToken(javax.servlet.http.HttpServletRequest request)This method will generate a short lived token to be used for bitstream downloads among other things.AuthenticationTokenResourceAuthenticationRestController. shortLivedTokenViaGet(javax.servlet.http.HttpServletRequest request)This method will generate a short lived token to be used for bitstream downloads among other things. -
Uses of AuthenticationTokenResource in org.dspace.app.rest.link
Methods in org.dspace.app.rest.link that return types with arguments of type AuthenticationTokenResource Modifier and Type Method Description protected Class<AuthenticationTokenResource>AuthenticationTokenHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link with parameters of type AuthenticationTokenResource Modifier and Type Method Description protected voidAuthenticationTokenHalLinkFactory. addLinks(AuthenticationTokenResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-