Uses of Class
org.dspace.app.rest.security.DSpaceAuthentication
Packages that use DSpaceAuthentication
Package
Description
DSpace-specific concepts and behaviors to support Spring Security.
-
Uses of DSpaceAuthentication in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security with parameters of type DSpaceAuthenticationModifier and TypeMethodDescriptionvoidRestAuthenticationService.addAuthenticationDataForUser(jakarta.servlet.http.HttpServletRequest request, jakarta.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(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, DSpaceAuthentication authentication, boolean addCookie)