Class ClearContextClassLoaderAction

java.lang.Object
org.wildfly.security.manager.action.ClearContextClassLoaderAction
All Implemented Interfaces:
PrivilegedAction<ClassLoader>

public final class ClearContextClassLoaderAction extends Object implements PrivilegedAction<ClassLoader>
A security action to clear the current thread context class loader.
Author:
David M. Lloyd