The com.ms.security.permissions package contains the following classes:
ClientStoragePermission Class represents a permission for controlling access to client-side storage that is available through the ClientStore class.
ExecutionPermission Class represents a permission that controls the ability to run other programs.
ExecutionRequest Class represents a request to execute an application.
FileIOPermission Class represents a permission that controls the ability to access files.
FileIORequest Class represents a request for access to the file system.
MultimediaPermission Class represents a permission that allows the use of enhanced multimedia functionality.
NetIOPermission Class represents a permission that controls the ability to perform networking operations.
NetIORequest Class represents a request to perform a network-related action.
PrintingPermission Class represents a permission that controls access to the printing APIs.
PropertyAccessRequest Class represents a request to access the system properties.
PropertyPermission Class represents a permission that controls the ability to access and manipulate the global system properties.
ReflectionPermission Class represents a permission that controls the ability to perform reflection operations.
ReflectionRequest Class represents a request to use the reflection APIs to gain access to members of a specified class.
RegistryPermission Class represents a permission that controls the ability to access the registry.
RegistryRequest Class represents a request for access to a registry key.
SecurityPermission Class represents a permission that controls access to the JDK security classes (the java.lang.security package).
SystemStreamsPermission Class represents a permission that controls the ability to change the values of the system streams java.lang.System.in, java.lang.System.out, and java.lang.System.err.
ThreadPermission Class represents a permission that controls the ability to create and manipulate threads and thread groups.
UIAccessRequest Class represents objects that indicate a request to use an extended aspect of the user interface APIs.
UIPermission Class represents a permission that controls the ability to use some of the enhanced functionality of the AWT.
UserFileIOAccess Class represents a request to perform a user-directed file I/O operation.
UserFileIOPermission Class represents a permission that controls the ability to perform user-directed file I/O operations using the UserFileDialog class.