Uses of Interface
org.spincast.plugins.session.SpincastSessionRepository
-
Uses of SpincastSessionRepository in org.spincast.plugins.session
Modifier and TypeMethodDescriptionprotected SpincastSessionRepository
SpincastSessionManagerDefault.getSpincastSessionRepository()
Modifier and TypeMethodDescriptionprotected Class<? extends SpincastSessionRepository>
SpincastSessionPluginModule.getSpincastSessionRepositoryImplClass()
ModifierConstructorDescriptionSpincastSessionManagerDefault
(SpincastSessionFactory spincastSessionFactory, com.google.inject.Provider<RequestContext<?>> requestContextProvider, JsonManager jsonManager, SpincastSessionConfig spincastSessionConfig, SpincastSessionRepository spincastSessionRepository, CookieFactory cookieFactory, SpincastConfig spincastConfig) -
Uses of SpincastSessionRepository in org.spincast.plugins.session.repositories
Modifier and TypeClassDescriptionclass
The default implementation ofSpincastSessionRepository
is to save the sessions in a cookie, on the user.