Top Classes
module java.base

Package sun.security.action


Class Summary

Modifier and TypeClass and Description
public class
GetBooleanAction

A convenience class for retrieving the boolean value of a system property as a privileged action.

public class
GetIntegerAction

A convenience class for retrieving the integer value of a system property as a privileged action.

public class
GetLongAction

A convenience class for retrieving the Long value of a system property as a privileged action.

public class
GetPropertyAction

A convenience class for retrieving the string value of a system property as a privileged action.

public class
OpenFileInputStreamAction

A convenience class for opening a FileInputStream as a privileged action.

public class
PutAllAction

A convenience PrivilegedAction class for setting the properties of a provider.