Uses of Class
org.dspace.app.rest.security.DSpaceAuthentication
-
Packages that use DSpaceAuthentication Package Description org.dspace.app.rest.security org.dspace.app.rest.security.jwt -
-
Uses of DSpaceAuthentication in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security with parameters of type DSpaceAuthentication Modifier and Type Method Description voidRestAuthenticationService. 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 DSpaceAuthentication Modifier and Type Method Description voidJWTTokenRestAuthenticationServiceImpl. addAuthenticationDataForUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DSpaceAuthentication authentication, boolean addCookie)
-