Class InfinispanUserManagerFactory<C,D,S>

java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.user.InfinispanUserManagerFactory<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 InfinispanUserManagerFactory<C,D,S> extends Object implements UserManagerFactory<C,D,S>
Embedded Infinispan cache-based user manager factory.
Author:
Paul Ferraro