| Class | Description |
|---|---|
| AccessControllerHelper |
Simple wrapper around
AccessController to catch exceptions centrally. |
| PrivilegedActionAccessibleObjectSetAccessible |
A special privileged object, that calls "setAccessible(true)" on an object.
|
| 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 () |
| 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 © 2006–2014 phloc systems. All rights reserved.