Java Platform 1.2
Beta 4

Uses of Interface
java.security.Guard

Packages that use Guard
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.io Provides for system input and output through data streams, serialization and the file system.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.  
java.net Provides the classes for implementing networking applications.  
java.security Provides the classes and interfaces for the security framework.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of Guard in java.awt
 

Classes in java.awt that implement Guard
  AWTPermission
          This class is for AWT permissions.
 

Uses of Guard in java.io
 

Classes in java.io that implement Guard
  FilePermission
          This class represents access to a file or directory.
  SerializablePermission
          This class is for Serializable permissions.
 

Uses of Guard in java.lang
 

Classes in java.lang that implement Guard
  RuntimePermission
          This class is for runtime permissions.
 

Uses of Guard in java.lang.reflect
 

Classes in java.lang.reflect that implement Guard
  ReflectPermission
          The Permission class for reflective operations.
 

Uses of Guard in java.net
 

Classes in java.net that implement Guard
  NetPermission
          This class is for various network permissions.
  SocketPermission
          This class represents access to a network via sockets.
 

Uses of Guard in java.security
 

Classes in java.security that implement Guard
  AllPermission
          The AllPermission is a permission that implies all other permissions.
  BasicPermission
          The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
  Permission
          Abstract class for representing access to a system resource.
  SecurityPermission
          This class is for security permissions.
  UnresolvedPermission
          The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
 

Constructors in java.security with parameters of type Guard
GuardedObject.GuardedObject(Object object, Guard guard)
          Constructs a GuardedObject using the specified object and guard.
 

Uses of Guard in java.util
 

Classes in java.util that implement Guard
  PropertyPermission
          This class is for property permissions.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.