Package | Description |
---|---|
java.security | |
org.apache.harmony.luni.util |
Modifier and Type | Method and Description |
---|---|
static Object |
AccessController.doPrivileged(PrivilegedAction action)
Launch some privileged code in the current context.
|
static Object |
AccessController.doPrivileged(PrivilegedAction action,
AccessControlContext context)
Launch some privileged code in another context.
|
Modifier and Type | Class and Description |
---|---|
class |
PriviAction
Helper class to avoid multiple anonymous inner class for
calls. |
Modifier and Type | Method and Description |
---|---|
static PrivilegedAction |
PriviAction.getSecurityProperty(String property)
Creates a PrivilegedAction to get the security property with the given
name.
|