Class CachedUserManager<C,T,D,S>
java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
org.wildfly.clustering.server.manager.DecoratedManager<String>
org.wildfly.clustering.session.cache.user.DecoratedUserManager<C,T,D,S>
org.wildfly.clustering.session.cache.user.CachedUserManager<C,T,D,S>
- Type Parameters:
C- the persistent context typeT- the transient context typeD- the deployment typeS- the session type
- All Implemented Interfaces:
org.wildfly.clustering.server.manager.Manager<String>,org.wildfly.clustering.server.manager.ManagerConfiguration<String>,org.wildfly.clustering.server.service.Service,org.wildfly.clustering.session.user.UserManager<C,T, D, S>
A user manager that shares user references between concurrent threads.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCachedUserManager(org.wildfly.clustering.session.user.UserManager<C, T, D, S> manager, org.wildfly.clustering.server.cache.CacheFactory cacheFactory) Creates a cached user manager. -
Method Summary
Methods inherited from class org.wildfly.clustering.server.manager.DecoratedManager
getBatchFactory, getIdentifierFactoryMethods inherited from class org.wildfly.clustering.server.service.DecoratedService
isStarted, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.manager.Manager
getBatchFactoryMethods inherited from interface org.wildfly.clustering.server.manager.ManagerConfiguration
getIdentifierFactoryMethods inherited from interface org.wildfly.clustering.server.service.Service
isStarted, start, stop
-
Constructor Details
-
Method Details
-
createUser
- Specified by:
createUserin interfaceorg.wildfly.clustering.session.user.UserManager<C,T, D, S> - Overrides:
createUserin classDecoratedUserManager<C,T, D, S>
-
findUser
-