public class SuppressingInheritedAccessControlContextThreadFactory extends Object implements ThreadFactory
ThreadFactory to create threads with empty inherited java.security.AccessControlContext
It delegates thread creation to Executors default thread factory.| Constructor and Description |
|---|
SuppressingInheritedAccessControlContextThreadFactory() |
public SuppressingInheritedAccessControlContextThreadFactory()
public Thread newThread(Runnable runnable)
newThread in interface ThreadFactoryCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.