Interface SessionManagerFactoryConfiguration<S,SC,AL,LC>
- Type Parameters:
S- the HttpSession specification typeSC- the ServletContext specification typeAL- the HttpSessionAttributeListener specification typeMC- the marshalling context typeLC- the local context type
- All Superinterfaces:
DeploymentConfiguration,WebDeploymentConfiguration
Encapsulates the configuration of a session manager.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentNameMethods inherited from interface org.wildfly.clustering.web.WebDeploymentConfiguration
getServerName
-
Method Details
-
getMaxActiveSessions
Integer getMaxActiveSessions() -
getMarshaller
ByteBufferMarshaller getMarshaller() -
getLocalContextFactory
-
getImmutability
Immutability getImmutability() -
getSpecificationProvider
SpecificationProvider<S,SC, getSpecificationProvider()AL> -
getAttributePersistenceStrategy
SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
-