Class SessionResource
java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.SessionResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Saiku Session Endpoints
-
Constructor Summary
ConstructorsConstructorDescriptionSessionResource(<any> authenticatorService, LocalizationServiceImpl localizationService) -
Method Summary
Modifier and TypeMethodDescriptionResponseclearSession(HttpServletRequest req, String username, String password) Clear logged in users session.ResponsegetSession(HttpServletRequest req, String username) Get the session in the requestResponseLogin to SaikuResponselogout(HttpServletRequest req) Logout of the Session
-
Constructor Details
-
SessionResource
-
-
Method Details
-
login
Login to Saiku -
clearSession
Clear logged in users session. -
getSession
Get the session in the request -
logout
public Response logout(HttpServletRequest req) Logout of the Session
-