Package org.infinispan.security.actions
Class GetCacheComponentRegistryAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheComponentRegistryAction
-
- All Implemented Interfaces:
PrivilegedAction<ComponentRegistry>
public class GetCacheComponentRegistryAction extends Object
GetCacheComponentRegistryAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetCacheComponentRegistryAction(AdvancedCache<?,?> cache)
-
-
-
Constructor Detail
-
GetCacheComponentRegistryAction
public GetCacheComponentRegistryAction(AdvancedCache<?,?> cache)
-
-
Method Detail
-
run
public ComponentRegistry run()
-
-