Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The default SecurityManager checks whether the caller of a particular method has sufficient permissions to proceed with an action. An action is a level of access; for instance, the actions for java.io.FilePermission are read, write, execute, and delete [API 2011]. The "Permission Descriptions and Risks" guide [Permissions 2008Oracle 2008b] enumerates the default permissions and the risks associated with granting these permissions to Java code.

...

...