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