13.07.2015 Views

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The list of permissions in Java V1.2 is as follows:► java.security.PermissionThis abstract class is the ancestor of all permissions.► java.security.PermissionCollectionThis holds a collection of the same type of permissions (homogeneous).► java.security.PermissionsThis holds a collection of any type of permissions (heterogeneous).► java.security.UnresolvedPermissionWhen the policy is initialized and the code that implements a particularpermission has not been loaded or defined in the Java applicationenvironment, in this case the UnresolvedPermission holds the “unresolved”permissions.► java.security.UnresolvedPermissionCollectionThis holds a collection of UnresolvedPermissions.► java.io.FilePermissionThis holds permission definitions for file resources, actions on a file can be:read, write, delete and execute.► java.security.SocketPermissionThis permission represents access to network sockets; actions on a socketcan be: accept, connect, listen, resolve.► java.security.BasicPermissionThis extends the Permission class and can be used as the base class forother permissions.► java.util.PropertyPermissionThis class targets the Java properties as set in various property files; actionscan be: read, write.► java.lang.RuntimePermissionThe target for this permission can be represented by any string and there isno action associated with the targets. For details on the targets, refer to Sun’sJava 2 Platform <strong>Security</strong> Architecture document.► java.awt.AWTPermissionSimilar to the previous permission, but it is related to targets in AWT. Fordetails on the targets, refer to Sun’s Java 2 Platform <strong>Security</strong> Architecturedocument.Chapter 8. Programmatic security 199

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!