Class HotRodUserManagerFactory<C,D,S>

java.lang.Object
org.wildfly.clustering.session.infinispan.remote.user.HotRodUserManagerFactory<C,D,S>
Type Parameters:
C - the persistent context type
D - the deployment type
S - the session type
All Implemented Interfaces:
UserManagerFactory<C,D,S>

public class HotRodUserManagerFactory<C,D,S> extends Object implements UserManagerFactory<C,D,S>
Remote Infinispan cache-based user manager factory.
Author:
Paul Ferraro
  • Constructor Details

    • HotRodUserManagerFactory

      public HotRodUserManagerFactory(RemoteCacheConfiguration configuration)
      Creates a user manager factory.
      Parameters:
      configuration - the configuration of the associated cache
  • Method Details