Interface SessionAttributesFactoryConfiguration<S,C,L,V,MV>

Type Parameters:
S - the HttpSession specification type
C - the ServletContext specification type
L - the HttpSessionActivationListener specification type
V - attributes cache entry type
MV - attributes serialized form type
All Known Implementing Classes:
IdentityMarshallerSessionAttributesFactoryConfiguration, MarshalledValueMarshallerSessionAttributesFactoryConfiguration, MarshallerSessionAttributesFactoryConfiguration

public interface SessionAttributesFactoryConfiguration<S,C,L,V,MV>
Configuration of a factory for creating a SessionAttributes object.
Author:
Paul Ferraro
  • Method Details

    • getMarshaller

      org.wildfly.clustering.marshalling.Marshaller<V,MV> getMarshaller()
    • getImmutability

      org.wildfly.clustering.server.immutable.Immutability getImmutability()
    • getSessionActivationListenerProvider

      SessionActivationListenerFacadeProvider<S,C,L> getSessionActivationListenerProvider()