public class DefaultHybrisSpringSessionRepositoryFactory extends Object implements HybrisSpringSessionRepositoryFactory
CachedPersistedSessionRepository. Depending on configuration the repository will use
either a synchronous or asynchronous session persister strategy. Note that if there's no configuration for the given
extension the factory will return NULL.| Constructor and Description |
|---|
DefaultHybrisSpringSessionRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
SessionRepository |
createRepository(Deserializer deSerializer,
String extension,
String contextRoot) |
protected SessionPersister |
getConfiguredSessionPersister(String extension) |
void |
setAsynchronousSessionPersister(SessionPersister asynchronousSessionPersister) |
void |
setCacheController(CacheController cacheController) |
void |
setSynchronousSessionPersister(SessionPersister synchronousSessionPersister) |
public DefaultHybrisSpringSessionRepositoryFactory()
public SessionRepository createRepository(Deserializer deSerializer,
String extension,
String contextRoot)
createRepository in interface HybrisSpringSessionRepositoryFactoryprotected SessionPersister getConfiguredSessionPersister(String extension)
public void setCacheController(CacheController cacheController)
public void setSynchronousSessionPersister(SessionPersister synchronousSessionPersister)
public void setAsynchronousSessionPersister(SessionPersister asynchronousSessionPersister)
Copyright © 2017 SAP SE. All Rights Reserved.