Versions Compared

Key

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

Wiki Markup
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" \[[Sun 2006|AA. Bibliography#SunReferences#Sun 06]\]. The "Permission Descriptions and Risks" guide \[[Permissions 2008|AA. Bibliography#PermissionsReferences#Permissions 08]\] enumerates the default permissions and the risks associated with granting these permissions to Java code. 

...

Wiki Markup
\[[API 2006|AA. Bibliography#APIReferences#API 06]\] [Class SecurityManager|http://java.sun.com/javase/6/docs/api/java/lang/SecurityManager.html]
\[[Oaks 2001|AA. Bibliography#OaksReferences#Oaks 01]\] Chapter 5: The Access Controller, "Permissions"
\[[Policy 2002|AA. Bibliography#PolicyReferences#Policy 02]\]
\[[Sun 2006|AA. Bibliography#SunReferences#Sun 06]\] [Permission Descriptions and Risks|http://java.sun.com/javase/6/docs/technotes/guides/security/permissions.html]

...