Class InfinispanUserSessionsFactory<D,S>

java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.user.InfinispanUserSessionsFactory<D,S>
Type Parameters:
D - the deployment type
S - the session type
All Implemented Interfaces:
CacheEntryCreator<String,Map<D,S>,Void>, CacheEntryLocator<String,Map<D,S>>, CacheEntryRemover<String>, UserSessionsFactory<Map<D,S>,D,S>

public class InfinispanUserSessionsFactory<D,S> extends Object implements UserSessionsFactory<Map<D,S>,D,S>
The factory for creating user sessions.
Author:
Paul Ferraro
  • Constructor Details

    • InfinispanUserSessionsFactory

      public InfinispanUserSessionsFactory(EmbeddedCacheConfiguration configuration)
      Creates a factory for creating user sessions.
      Parameters:
      configuration - the configuration associated with the cache
  • Method Details