Uses of Class
dev.getelements.elements.sdk.model.session.Session
Packages that use Session
Package
Description
-
Uses of Session in dev.getelements.elements.appnode.security
Methods in dev.getelements.elements.appnode.security that return types with arguments of type Session -
Uses of Session in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return SessionMethods in dev.getelements.elements.dao.mongo with parameters of type SessionModifier and TypeMethodDescriptionvoid
-
Uses of Session in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return SessionModifier and TypeMethodDescriptionMongoDBMapper.toSession
(MongoSession source) Deprecated.MongoDBMapperImpl.toSession
(MongoSession source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type SessionModifier and TypeMethodDescriptionMongoDBMapper.toMongoSession
(Session source) Deprecated.MongoDBMapperImpl.toMongoSession
(Session source) Deprecated. -
Uses of Session in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return SessionModifier and TypeMethodDescriptionSessionDao.getBySessionSecret
(String sessionSecret) Gets theSession
by it's session id, as returned bySessionCreation.getSessionSecret()
()}.Refreshs theSession
with the supplied expiry.Methods in dev.getelements.elements.sdk.dao with parameters of type SessionModifier and TypeMethodDescription -
Uses of Session in dev.getelements.elements.sdk.model.session
Methods in dev.getelements.elements.sdk.model.session that return SessionMethods in dev.getelements.elements.sdk.model.session with parameters of type Session -
Uses of Session in dev.getelements.elements.sdk.service.auth
Methods in dev.getelements.elements.sdk.service.auth that return SessionModifier and TypeMethodDescriptionSessionService.checkAndRefreshSessionIfNecessary
(String sessionSecret) Finds an instance ofSession
based on the id, as determined bySessionCreation.getSessionSecret()
.CustomAuthSessionService.getSession
(String jwt) Gets aSession
provided the custom auth JWT. -
Uses of Session in dev.getelements.elements.security
Methods in dev.getelements.elements.security that return SessionMethods in dev.getelements.elements.security that return types with arguments of type SessionMethod parameters in dev.getelements.elements.security with type arguments of type SessionModifier and TypeMethodDescriptionvoid
SessionProvider.setOptionalSessionProvider
(jakarta.inject.Provider<Optional<Session>> optionalSessionProvider) -
Uses of Session in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return SessionModifier and TypeMethodDescriptionDefaultSessionService.checkAndRefreshSessionIfNecessary
(String sessionSecret) StandardCustomAuthSessionService.getSession
(String jwt) UserUsernamePasswordAuthService.getSession()
Methods in dev.getelements.elements.service.auth with parameters of type SessionModifier and TypeMethodDescriptionvoid
UserUsernamePasswordAuthService.setSession
(Session session) -
Uses of Session in dev.getelements.elements.service.security
Methods in dev.getelements.elements.service.security that return Session -
Uses of Session in dev.getelements.elements.service.util
Methods in dev.getelements.elements.service.util that return SessionModifier and TypeMethodDescriptionMethods in dev.getelements.elements.service.util with parameters of type Session