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