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