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