| Class | Description |
|---|---|
| AccessControllerHelper |
Simple wrapper around
AccessController to catch exceptions centrally. |
| PrivilegedActionAccessibleObjectSetAccessible |
A special privileged object, that calls "setAccessible(true)" on an object.
|
| PrivilegedActionClassLoaderGetParent |
A special privileged object, that calls
classLoader.getParent () |
| PrivilegedActionGetClassLoader |
A special privileged object, that calls
class.getClassLoader () |
| PrivilegedActionGetContextClassLoader |
A special privileged object, that calls
Thread.currentThread ().getContextClassLoader () |
| PrivilegedActionGetSystemClassLoader |
A special privileged object, that calls
ClassLoader.getSystemClassLoader () |
| PrivilegedActionSetContextClassLoader |
A special privileged object, that calls
Thread.currentThread ().setContextClassLoader (ClassLoader) |
| PrivilegedActionSystemClearProperty |
A special privileged object, that calls
System.clearProperty |
| PrivilegedActionSystemGetProperties |
A special privileged object, that calls
System.getProperties |
| PrivilegedActionSystemGetProperty |
A special privileged object, that calls
System.getProperty |
| PrivilegedActionSystemSetProperty |
A special privileged object, that calls
System.setProperty |
Copyright © 2014–2015 Philip Helger. All rights reserved.