Interface SessionManagerFactoryConfiguration

All Superinterfaces:
WebDeploymentConfiguration

public interface SessionManagerFactoryConfiguration extends WebDeploymentConfiguration
Defines the configuration of a session manager factory for a web deployment.
Author:
Paul Ferraro
  • 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.