sun.security.action |
|
Java Source File Name | Type | Comment |
GetBooleanAction.java | Class | A convenience class for retrieving the boolean value of a system property
as a privileged action. |
GetIntegerAction.java | Class | A convenience class for retrieving the integer value of a system property
as a privileged action.
An instance of this class can be used as the argument of
AccessController.doPrivileged .
The following code retrieves the integer value of the system
property named "prop" as a privileged action. |
GetLongAction.java | Class | A convenience class for retrieving the Long value of a system
property as a privileged action.
An instance of this class can be used as the argument of
AccessController.doPrivileged .
The following code retrieves the Long value of the system
property named "prop" as a privileged action. |
GetPropertyAction.java | Class | A convenience class for retrieving the string value of a system
property as a privileged action. |
LoadLibraryAction.java | Class | A convenience class for loading a system library as a privileged action. |
OpenFileInputStreamAction.java | Class | A convenience class for opening a FileInputStream as a privileged action. |
PutAllAction.java | Class | A convenience PrivilegedAction class for setting the properties of
a provider. |