Package org.infinispan.commons.executors
Interface SecurityAwareExecutorFactory
-
- All Superinterfaces:
ExecutorFactory
- All Known Implementing Classes:
DefaultExecutorFactory
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 java.util.concurrent.ExecutorService
getExecutor(java.util.Properties p, java.security.AccessControlContext context)
-
Methods inherited from interface org.infinispan.commons.executors.ExecutorFactory
getExecutor
-
-