Uses of Interface
io.datarouter.auth.session.Session
Packages that use Session
Package
Description
-
Uses of Session in io.datarouter.auth.config
Methods in io.datarouter.auth.config with parameters of type SessionModifier and TypeMethodDescriptiondefault booleanDatarouterAuthenticationConfig.isSessionExpired(Session session) -
Uses of Session in io.datarouter.auth.service
Methods in io.datarouter.auth.service with parameters of type SessionModifier and TypeMethodDescriptionDatarouterAccountUserService.findAccountNamesForUser(Session session) DatarouterAccountUserService.findFirstAccountCredentialForUser(Session session) DatarouterUserService.getAndValidateCurrentUser(Session session) DatarouterUserService.getUserBySession(Session session) io.datarouter.scanner.Scanner<DatarouterAccount> DatarouterAccountUserService.scanAccountsForUser(Session session) booleanDatarouterAccountUserService.userCanAccessAccount(Session session, String accountName) -
Uses of Session in io.datarouter.auth.session
Methods in io.datarouter.auth.session that return SessionModifier and TypeMethodDescriptiondefault SessionCurrentSessionInfo.getRequiredSession(javax.servlet.ServletRequest request) RequestAwareCurrentSessionInfoFactory.RequestAwareCurrentSessionInfo.getRequiredSession()DatarouterUserSessionService.signInUserFromSamlResponse(javax.servlet.http.HttpServletRequest request, InterpretedSamlAssertion interpretedSamlAssertion) UserSessionService.NoOpUserSessionService.signInUserFromSamlResponse(javax.servlet.http.HttpServletRequest request, InterpretedSamlAssertion interpretedSamlAssertion) UserSessionService.signInUserFromSamlResponse(javax.servlet.http.HttpServletRequest request, InterpretedSamlAssertion interpretedSamlAssertion) Methods in io.datarouter.auth.session that return types with arguments of type SessionModifier and TypeMethodDescriptionCurrentSessionInfo.getSession(javax.servlet.ServletRequest request) CurrentSessionInfo.NoOpCurrentSessionInfo.getSession(javax.servlet.ServletRequest request) RequestAwareCurrentSessionInfoFactory.RequestAwareCurrentSessionInfo.getSession()Methods in io.datarouter.auth.session with parameters of type SessionModifier and TypeMethodDescriptionvoidDatarouterUserSessionService.setSessionCookies(javax.servlet.http.HttpServletResponse response, Session session) voidUserSessionService.NoOpUserSessionService.setSessionCookies(javax.servlet.http.HttpServletResponse response, Session session) voidUserSessionService.setSessionCookies(javax.servlet.http.HttpServletResponse response, Session session) -
Uses of Session in io.datarouter.auth.storage.user.session
Classes in io.datarouter.auth.storage.user.session that implement Session