Interface SessionManagerFactoryConfiguration
- All Superinterfaces:
WebDeploymentConfiguration
Defines the configuration of a session manager factory for a web deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default session timeout.When present, returns the maximum number of sessions that should be active at any given time.Methods inherited from interface org.wildfly.clustering.web.container.WebDeploymentConfiguration
getDeploymentName, getDeploymentUnit, getModule, getServerName
-
Method Details
-
getMaxActiveSessions
OptionalInt getMaxActiveSessions()When present, returns the maximum number of sessions that should be active at any given time. If empty, the container imposes no limit on the number of active sessions.- Returns:
- a positive integer, when present
-
getDefaultSessionTimeout
Duration getDefaultSessionTimeout()Returns the default session timeout.- Returns:
- the duration after which sessions will timeout.
-