Uses of Interface
org.spincast.plugins.session.SpincastSession
-
Uses of SpincastSession in org.spincast.plugins.session
Modifier and TypeMethodDescriptionSpincastSessionFactory.createNewSession()
Creates a new session.SpincastSessionManager.createNewSession()
Creates a new session.SpincastSessionManagerDefault.createNewSession()
SpincastSessionFactory.createSession
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes) Creates a session from saved infos.SpincastSessionManager.createSession
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes) Creates a session from infos, with existing attributes if any (null
otherwise)SpincastSessionManagerDefault.createSession
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes) SpincastSessionManager.getCurrentSession()
Gets the session of the current user, from the request context.SpincastSessionManagerDefault.getCurrentSession()
SpincastSessionManager.getSavedSession
(String sessionId) Gets a session from the database/data source.SpincastSessionManagerDefault.getSavedSession
(String sessionId) SpincastSessionRepository.getSession
(String sessionId) Gets a session from the database/data source.Modifier and TypeMethodDescriptionprotected Class<? extends SpincastSession>
SpincastSessionPluginModule.getSpincastUserSessionImplClass()
Modifier and TypeMethodDescriptionprotected boolean
SpincastSessionFilterDefault.isUpdateModificationDateEvenIfNotDirty
(SpincastSession session) void
SpincastSessionManager.saveSession
(SpincastSession session) Save session.void
SpincastSessionManagerDefault.saveSession
(SpincastSession session) void
SpincastSessionRepository.saveSession
(SpincastSession session) Save a session.void
SpincastSessionManager.updateModificationDateAndSaveSession
(SpincastSession session) Saves a session, but update its modification date first.final void
SpincastSessionManagerDefault.updateModificationDateAndSaveSession
(SpincastSession session) -
Uses of SpincastSession in org.spincast.plugins.session.repositories
Modifier and TypeMethodDescriptionprotected SpincastSession
SpincastSessionRepositoryDefault.createNewSpincastSession()
protected SpincastSession
SpincastSessionRepositoryDefault.deserializeSession
(String sessionValue) SpincastSessionRepositoryDefault.getSession
(String sessionId) Modifier and TypeMethodDescriptionvoid
SpincastSessionRepositoryDefault.saveSession
(SpincastSession session) protected String
SpincastSessionRepositoryDefault.serializeSession
(SpincastSession session)