Package org.infinispan.commons.executors
Interface SecurityAwareExecutorFactory
-
- All Superinterfaces:
ExecutorFactory
public interface SecurityAwareExecutorFactory extends ExecutorFactory
Used to configure and create executors which are aware of the current security context- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getExecutor(Properties p, AccessControlContext context)
-
Methods inherited from interface org.infinispan.commons.executors.ExecutorFactory
getExecutor
-
-
-
-
Method Detail
-
getExecutor
ExecutorService getExecutor(Properties p, AccessControlContext context)
-
-