Uses of Interface
dev.getelements.elements.sdk.dao.SessionDao
Packages that use SessionDao
Package
Description
-
Uses of SessionDao in dev.getelements.elements.dao.mongo
Classes in dev.getelements.elements.dao.mongo that implement SessionDao -
Uses of SessionDao in dev.getelements.elements.rest.test
Methods in dev.getelements.elements.rest.test that return SessionDaoMethods in dev.getelements.elements.rest.test with parameters of type SessionDao -
Uses of SessionDao in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return SessionDaoModifier and TypeMethodDescriptionAnonUsernamePasswordAuthService.getSessionDao()
DefaultSessionService.getSessionDao()
OAuth2AuthServiceOperations.getSessionDao()
OidcAuthServiceOperations.getSessionDao()
SuperUserMockSessionService.getSessionDao()
Methods in dev.getelements.elements.service.auth with parameters of type SessionDaoModifier and TypeMethodDescriptionvoid
AnonUsernamePasswordAuthService.setSessionDao
(SessionDao sessionDao) void
DefaultSessionService.setSessionDao
(SessionDao sessionDao) void
OAuth2AuthServiceOperations.setSessionDao
(SessionDao SessionDao) void
OidcAuthServiceOperations.setSessionDao
(SessionDao SessionDao) void
SuperUserMockSessionService.setSessionDao
(SessionDao sessionDao) -
Uses of SessionDao in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user that return SessionDaoModifier and TypeMethodDescriptionSuperuserUserService.getSessionDao()
UserUserService.getSessionDao()
Methods in dev.getelements.elements.service.user with parameters of type SessionDaoModifier and TypeMethodDescriptionvoid
SuperuserUserService.setSessionDao
(SessionDao sessionDao) void
UserUserService.setSessionDao
(SessionDao sessionDao)