Interface SessionManagerFactoryConfiguration<S,​SC,​AL,​LC>

  • Type Parameters:
    S - the HttpSession specification type
    SC - the ServletContext specification type
    AL - the HttpSessionAttributeListener specification type
    MC - the marshalling context type
    LC - the local context type
    All Superinterfaces:
    DeploymentConfiguration, WebDeploymentConfiguration

    public interface SessionManagerFactoryConfiguration<S,​SC,​AL,​LC>
    extends WebDeploymentConfiguration
    Encapsulates the configuration of a session manager.
    Author:
    Paul Ferraro