S - the HttpSession specification typeSC - the ServletContext specification typeAL - the HttpSessionAttributeListener specification typeBL - the HttpSessionBindingListener specification typeMC - the marshalling context typeLC - the local context typepublic interface SessionManagerFactoryConfiguration<S,SC,AL,BL,MC,LC> extends WebDeploymentConfiguration
| Modifier and Type | Method and Description |
|---|---|
Immutability |
getImmutability() |
LocalContextFactory<LC> |
getLocalContextFactory() |
MarshalledValueFactory<MC> |
getMarshalledValueFactory() |
Integer |
getMaxActiveSessions() |
SpecificationProvider<S,SC,AL,BL> |
getSpecificationProvider() |
getDeploymentName, getServerNameInteger getMaxActiveSessions()
MarshalledValueFactory<MC> getMarshalledValueFactory()
LocalContextFactory<LC> getLocalContextFactory()
Immutability getImmutability()
SpecificationProvider<S,SC,AL,BL> getSpecificationProvider()
Copyright © 2020 JBoss by Red Hat. All rights reserved.