Interface DistributableSessionManagerConfiguration
-
public interface DistributableSessionManagerConfiguration- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeploymentName()io.undertow.server.session.SessionListenersgetSessionListeners()SessionManager<Map<String,Object>,Batch>getSessionManager()RecordableSessionManagerStatisticsgetStatistics()booleanisOrphanSessionAllowed()
-
-
-
Method Detail
-
getDeploymentName
String getDeploymentName()
-
getSessionManager
SessionManager<Map<String,Object>,Batch> getSessionManager()
-
getSessionListeners
io.undertow.server.session.SessionListeners getSessionListeners()
-
getStatistics
RecordableSessionManagerStatistics getStatistics()
-
isOrphanSessionAllowed
boolean isOrphanSessionAllowed()
-
-