Package org.infinispan.security.actions
Class GetGlobalComponentRegistryAction
- java.lang.Object
-
- org.infinispan.security.actions.GetGlobalComponentRegistryAction
-
- All Implemented Interfaces:
PrivilegedAction<GlobalComponentRegistry>
public class GetGlobalComponentRegistryAction extends Object
GetGlobalComponentRegistryAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetGlobalComponentRegistryAction(EmbeddedCacheManager cacheManager)
-
-
-
Constructor Detail
-
GetGlobalComponentRegistryAction
public GetGlobalComponentRegistryAction(EmbeddedCacheManager cacheManager)
-
-
Method Detail
-
run
public GlobalComponentRegistry run()
-
-