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()SuperUserMockSessionService.getSessionDao()Methods in dev.getelements.elements.service.auth with parameters of type SessionDaoModifier and TypeMethodDescriptionvoidAnonUsernamePasswordAuthService.setSessionDao(SessionDao sessionDao) voidDefaultSessionService.setSessionDao(SessionDao sessionDao) voidSuperUserMockSessionService.setSessionDao(SessionDao sessionDao) -
Uses of SessionDao in dev.getelements.elements.service.auth.oauth2
Methods in dev.getelements.elements.service.auth.oauth2 that return SessionDaoMethods in dev.getelements.elements.service.auth.oauth2 with parameters of type SessionDaoModifier and TypeMethodDescriptionvoidOAuth2AuthServiceOperations.setSessionDao(SessionDao SessionDao) -
Uses of SessionDao in dev.getelements.elements.service.auth.oidc
Methods in dev.getelements.elements.service.auth.oidc that return SessionDaoMethods in dev.getelements.elements.service.auth.oidc with parameters of type SessionDaoModifier and TypeMethodDescriptionvoidOidcAuthServiceOperations.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)