| Interface | Description |
|---|---|
| InfinispanSessionAttributesFactoryConfiguration<S,C,L,V,SV> | |
| InfinispanSessionManagementConfiguration |
Configuration of an
InfinispanSessionManagementProvider. |
| InfinispanSessionManagerConfiguration<SC,LC> |
Configuration for an
InfinispanSessionManager. |
| InfinispanSessionManagerFactoryConfiguration<S,SC,AL,MC,LC> | |
| InfinispanSessionMetaDataFactoryConfiguration |
| Class | Description |
|---|---|
| AbstractInfinispanSessionMetaDataFactory<L> |
Abstract
SessionMetaDataFactory implementation that stores session meta-data in 2 distinct cache entries:
Creation meta-data
Meta data that is usually determined on session creation, and is rarely or never updated
Access meta-data
Meta data that is updated often, typically every request
|
| ExpiredSessionRemover<SC,MV,AV,LC> |
Session remover that removes a session if and only if it is expired.
|
| InfinispanLegacySessionManagementProviderFactory | Deprecated |
| InfinispanSessionManagementProvider |
An Infinispan cache-based
DistributableSessionManagementProvider. |
| InfinispanSessionManager<SC,MV,AV,LC> |
Generic session manager implementation - independent of cache mapping strategy.
|
| InfinispanSessionManagerFactory<S,SC,AL,MC,LC> |
Factory for creating session managers.
|
| InfinispanSessionManagerFactoryServiceConfigurator<S,SC,AL,MC,LC> | |
| InfinispanSessionMetaDataFactory<L> |
SessionMetaDataFactory implementation for read-committed and non-transactional caches. |
| LockOnReadInfinispanSessionMetaDataFactory<L> |
SessionMetaDataFactory implementation for lock-on-read caches. |
| SessionAccessMetaDataKey |
Cache key for the session access meta data entry.
|
| SessionAccessMetaDataKeyResolver.SessionAccessMetaDataKeyFormat | |
| SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends org.wildfly.clustering.ee.Batch> |
Factory for creating a SessionAttributeActivationNotifier for a given session identifier.
|
| SessionCreationMetaDataKey |
Cache key for the session creation meta data entry.
|
| SessionCreationMetaDataKeyResolver.SessionCreationMetaDataKeyFormat | |
| SessionExpirationScheduler<MV> |
Session expiration scheduler that eagerly expires sessions as soon as they are eligible.
|
| SessionSerializationContextInitializer | |
| SimpleSessionExpirationMetaData |
Immutable view of the expiration metadata for a session.
|
| SimpleSessionExpirationMetaDataMarshaller |
ProtoStream marshaller for a
SimpleSessionExpirationMetaData. |
| Enum | Description |
|---|---|
| SessionAccessMetaDataKeyResolver |
Resolver for a
SessionAccessMetaDataKey |
| SessionCreationMetaDataKeyFilter |
Filters a cache for session creation meta data entries.
|
| SessionCreationMetaDataKeyResolver |
Resolver for a
SessionCreationMetaDataKey. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.