- generateNewSessionId() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Generates a new session id.
- generateNewSessionId() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- get() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- getAttributes() - Method in interface org.spincast.plugins.session.SpincastSession
-
Returns a mutable
JsonObject representing the
attributes of the session.
- getAttributes() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getAttributesHash() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getAttributesInitialHash() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getCreationDate() - Method in interface org.spincast.plugins.session.SpincastSession
-
The Instant at which the session was created.
- getCreationDate() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getCurrentSession() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Gets the session of the current user, from the
request context.
- getCurrentSession() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getDeleteOldSessionsScheduledTaskRunEveryNbrMinutes() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The acheduled task to delete old sessions should run
every X minutes.
- getDeleteOldSessionsScheduledTaskRunEveryNbrMinutes() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getId() - Method in interface org.spincast.plugins.session.SpincastSession
-
The unique id of this session.
- getId() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getId() - Method in class org.spincast.plugins.session.SpincastSessionPlugin
-
- getJsonManager() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getJsonManager() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getModificationDate() - Method in interface org.spincast.plugins.session.SpincastSession
-
The Instant at which the session was modified
for the last time.
- getModificationDate() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getPluginModule() - Method in class org.spincast.plugins.session.SpincastSessionPlugin
-
- getRequestContextProvider() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSavedSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Gets a session from the database/data source.
- getSavedSession(String) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionRepository
-
Gets a session from the database/data source.
- getSessionIdCookieName() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The name of the cookie used to store the
Session id, by default.
- getSessionIdCookieName() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getSessionIdFromUserRequest(RequestContext<?>) - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSessionMaxInactiveMinutes() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The number of minutes before
an inactive session is deleted.
- getSessionMaxInactiveMinutes() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastSessionConfigImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionDeleteOldSessionsScheduledTask() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- getSpincastSessionFactory() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastSessionFilterImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSpincastSessionManagerImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionPluginScheduledTaskProviderImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionRepository() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastUserSessionImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getTrigger() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getUpdateNotDirtySessionPeriodInSeconds() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The number of seconds between two updates of the
modification date of a session, wheen the session
is not dirty.
- getUpdateNotDirtySessionPeriodInSeconds() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-