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