Class IdentityMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V>
java.lang.Object
org.wildfly.clustering.session.cache.attributes.MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,V>
org.wildfly.clustering.session.cache.attributes.IdentityMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V>
- Type Parameters:
S- the HttpSession specification typeDC- the ServletContext specification typeL- the HttpSessionAttributeListener specification typeV- the attributes value typeMV- the serialized attributes value type
- All Implemented Interfaces:
SessionAttributesFactoryConfiguration<S,DC, L, V, V>
public abstract class IdentityMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V>
extends MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,V>
Configuration for a factory for creating
SessionAttributes objects, based on marshalled values.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdentityMarshallerSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<S, DC, L, SC, B> configuration) -
Method Summary
Methods inherited from class org.wildfly.clustering.session.cache.attributes.MarshallerSessionAttributesFactoryConfiguration
getImmutability, getMarshaller, getSessionActivationListenerProvider
-
Constructor Details
-
IdentityMarshallerSessionAttributesFactoryConfiguration
protected IdentityMarshallerSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<S, DC, L, SC, B> configuration)
-