Package io.datarouter.auth.session
Class UserSessionService.NoOpUserSessionService
java.lang.Object
io.datarouter.auth.session.UserSessionService.NoOpUserSessionService
- All Implemented Interfaces:
UserSessionService
- Enclosing interface:
UserSessionService
public static class UserSessionService.NoOpUserSessionService
extends Object
implements UserSessionService
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.auth.session.UserSessionService
UserSessionService.NoOpUserSessionService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearSessionCookies(javax.servlet.http.HttpServletResponse response) createAuthorizedUser(String username, String description) voiddeleteSession(javax.servlet.http.HttpServletRequest request) voiddeleteUserSessions(List<String> usernames) voidsetSessionCookies(javax.servlet.http.HttpServletResponse response, Session session) signInUser(javax.servlet.http.HttpServletRequest request, String username) signInUserFromSamlResponse(javax.servlet.http.HttpServletRequest request, InterpretedSamlAssertion interpretedSamlAssertion)
-
Constructor Details
-
NoOpUserSessionService
public NoOpUserSessionService()
-
-
Method Details
-
setSessionCookies
- Specified by:
setSessionCookiesin interfaceUserSessionService
-
clearSessionCookies
public void clearSessionCookies(javax.servlet.http.HttpServletResponse response) - Specified by:
clearSessionCookiesin interfaceUserSessionService
-
createAuthorizedUser
- Specified by:
createAuthorizedUserin interfaceUserSessionService
-
signInUser
- Specified by:
signInUserin interfaceUserSessionService
-
signInUserFromSamlResponse
public Session signInUserFromSamlResponse(javax.servlet.http.HttpServletRequest request, InterpretedSamlAssertion interpretedSamlAssertion) - Specified by:
signInUserFromSamlResponsein interfaceUserSessionService
-
deleteSession
public void deleteSession(javax.servlet.http.HttpServletRequest request) - Specified by:
deleteSessionin interfaceUserSessionService
-
deleteUserSessions
- Specified by:
deleteUserSessionsin interfaceUserSessionService
-
getZoneId
- Specified by:
getZoneIdin interfaceUserSessionService
-