Interface SessionManagerFactoryConfiguration

All Superinterfaces:
WebDeploymentConfiguration

public interface SessionManagerFactoryConfiguration extends WebDeploymentConfiguration
Defines the container configuration for a session manager factory of a deployment.
Author:
Paul Ferraro
  • Method Details

    • getMaxActiveSessions

      OptionalInt getMaxActiveSessions()
      Returns the maximum number of sessions that should be active at any given time.
      Returns:
      a positive integer; or null if there should be no limit to the number of active sessions.
    • getDefaultSessionTimeout

      Duration getDefaultSessionTimeout()
      Returns the default session timeout.
      Returns:
      the duration after which sessions will timeout.
    • getDeploymentUnit

      org.jboss.as.server.deployment.DeploymentUnit getDeploymentUnit()
      The deployment unit with which this session manager factory is to be associated.
      Returns:
      a deployment unit
    • getModule

      default org.jboss.modules.Module getModule()
      Description copied from interface: WebDeploymentConfiguration
      Returns the deployment module
      Specified by:
      getModule in interface WebDeploymentConfiguration
      Returns:
      the deployment module