Uses of Class
org.dspace.app.rest.security.DSpaceAuthentication
Packages that use DSpaceAuthentication
-
Uses of DSpaceAuthentication in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security with parameters of type DSpaceAuthenticationModifier and TypeMethodDescriptionvoidRestAuthenticationService.addAuthenticationDataForUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DSpaceAuthentication authentication, boolean addCookie) This method should be called after a successful authentication occurs. -
Uses of DSpaceAuthentication in org.dspace.app.rest.security.jwt
Methods in org.dspace.app.rest.security.jwt with parameters of type DSpaceAuthenticationModifier and TypeMethodDescriptionvoidJWTTokenRestAuthenticationServiceImpl.addAuthenticationDataForUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DSpaceAuthentication authentication, boolean addCookie)