Class GetContextClassLoaderAction
java.lang.Object
org.wildfly.security.manager.action.GetContextClassLoaderAction
- All Implemented Interfaces:
PrivilegedAction<ClassLoader>
public final class GetContextClassLoaderAction
extends Object
implements PrivilegedAction<ClassLoader>
An action which gets the current thread's context class loader.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionstatic GetContextClassLoaderActionGet the singleton instance.run()
-
Method Details
-
getInstance
Get the singleton instance.- Returns:
- the singleton instance
-
run
- Specified by:
runin interfacePrivilegedAction<ClassLoader>
-