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