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 TypeMethodDescriptionvoidAnonUsernamePasswordAuthService.setSessionDao(SessionDao sessionDao) voidDefaultSessionService.setSessionDao(SessionDao sessionDao) voidOAuth2AuthServiceOperations.setSessionDao(SessionDao SessionDao) voidOidcAuthServiceOperations.setSessionDao(SessionDao SessionDao) voidSuperUserMockSessionService.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 TypeMethodDescriptionvoidSuperuserUserService.setSessionDao(SessionDao sessionDao) voidUserUserService.setSessionDao(SessionDao sessionDao)