Uses of Interface
org.spincast.plugins.session.SpincastSessionManager
Packages that use SpincastSessionManager
-
Uses of SpincastSessionManager in org.spincast.plugins.formsprotection.csrf
Methods in org.spincast.plugins.formsprotection.csrf that return SpincastSessionManagerModifier and TypeMethodDescriptionprotected SpincastSessionManager
SpincastFormsCsrfProtectionFilterDefault.getSpincastSessionManager()
Constructors in org.spincast.plugins.formsprotection.csrf with parameters of type SpincastSessionManagerModifierConstructorDescriptionSpincastFormsCsrfProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastCryptoUtils spincastCryptoUtils, SpincastSessionManager spincastSessionManager, SpincastConfig spincastConfig, Dictionary dictionary) -
Uses of SpincastSessionManager in org.spincast.plugins.session
Classes in org.spincast.plugins.session that implement SpincastSessionManagerMethods in org.spincast.plugins.session that return SpincastSessionManagerModifier and TypeMethodDescriptionprotected SpincastSessionManager
SpincastSessionDefault.getSpincastSessionManager()
protected SpincastSessionManager
SpincastSessionDeleteOldSessionsScheduledTask.getSpincastSessionManager()
protected SpincastSessionManager
SpincastSessionFilterDefault.getSpincastSessionManager()
Methods in org.spincast.plugins.session that return types with arguments of type SpincastSessionManagerModifier and TypeMethodDescriptionprotected Class<? extends SpincastSessionManager>
SpincastSessionPluginModule.getSpincastSessionManagerImplClass()
Constructors in org.spincast.plugins.session with parameters of type SpincastSessionManagerModifierConstructorDescriptionSpincastSessionDefault
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes, boolean setAsDirty, boolean isNew, JsonManager jsonManager, SpincastSessionManager spincastSessionManager) SpincastSessionDefault
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes, boolean setAsDirty, JsonManager jsonManager, SpincastSessionManager spincastSessionManager) SpincastSessionDefault
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes, JsonManager jsonManager, SpincastSessionManager spincastSessionManager) SpincastSessionDefault
(JsonManager jsonManager, SpincastSessionManager spincastSessionManager) Constructor for a *new* session.SpincastSessionDeleteOldSessionsScheduledTask
(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager) SpincastSessionFilterDefault
(SpincastSessionManager spincastSessionManager, SpincastSessionConfig spincastSessionConfig)