Package org.infinispan.security.actions
Class GetEmbeddedCacheManagerAction
- java.lang.Object
-
- org.infinispan.security.actions.GetEmbeddedCacheManagerAction
-
- All Implemented Interfaces:
PrivilegedAction<EmbeddedCacheManager>
public class GetEmbeddedCacheManagerAction extends Object
GetEmbeddedCacheManagerAction.- Since:
- 12.0
- Author:
- Pedro Ruivo
-
-
Constructor Summary
Constructors Constructor Description GetEmbeddedCacheManagerAction(AdvancedCache<?,?> cache)
-
-
-
Constructor Detail
-
GetEmbeddedCacheManagerAction
public GetEmbeddedCacheManagerAction(AdvancedCache<?,?> cache)
-
-
Method Detail
-
run
public EmbeddedCacheManager run()
-
-