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 typeD- the deployment typeS- the session type
- All Implemented Interfaces:
UserManagerFactory<C,D, S>
Remote Infinispan cache-based user manager factory.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionHotRodUserManagerFactory(RemoteCacheConfiguration configuration) Creates a user manager factory. -
Method Summary
Modifier and TypeMethodDescription<T> UserManager<C, T, D, S> createUserManager(UserManagerConfiguration<T> configuration) Creates a new user manager using the specified configuration.
-
Constructor Details
-
HotRodUserManagerFactory
Creates a user manager factory.- Parameters:
configuration- the configuration of the associated cache
-
-
Method Details
-
createUserManager
Description copied from interface:UserManagerFactoryCreates a new user manager using the specified configuration.- Specified by:
createUserManagerin interfaceUserManagerFactory<C,D, S> - Type Parameters:
T- the transient user context type- Parameters:
configuration- a user manager configuration- Returns:
- a new user manager
-