java.lang.Objectsun.security.action.GetBooleanAction
All Implemented Interfaces:
PrivilegedAction
An instance of this class can be used as the argument of
AccessController.doPrivileged.
The following code retrieves the boolean value of the system
property named "prop" as a privileged action:
boolean b = java.security.AccessController.doPrivileged
(new GetBooleanAction("prop")).booleanValue();
Roland - Schemers1.2 - | Constructor: |
|---|
|
| Method from sun.security.action.GetBooleanAction Summary: |
|---|
| run |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from sun.security.action.GetBooleanAction Detail: |
|---|
|