| Package | Description |
|---|---|
| org.spincast.plugins.session | |
| org.spincast.plugins.session.repositories |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastSessionRepository |
SpincastSessionManagerDefault.getSpincastSessionRepository() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends SpincastSessionRepository> |
SpincastSessionPluginModule.getSpincastSessionRepositoryImplClass() |
| Constructor and Description |
|---|
SpincastSessionManagerDefault(SpincastSessionFactory spincastSessionFactory,
com.google.inject.Provider<RequestContext<?>> requestContextProvider,
JsonManager jsonManager,
SpincastSessionConfig spincastSessionConfig,
SpincastSessionRepository spincastSessionRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastSessionRepositoryDefault
The default implementation of
SpincastSessionRepository
is to save the sessions in a cookie, on the user. |
Copyright © 2019. All rights reserved.