Java Platform 1.2

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 Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of Guard in java.awt
 

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

Uses of Guard in java.io
 

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

Uses of Guard in java.lang
 

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

Uses of Guard in java.lang.reflect
 

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

Uses of Guard in java.net
 

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

Uses of Guard in java.security
 

Classes in java.security that implement Guard
 class AllPermission
          The AllPermission is a permission that implies all other permissions.
 class 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.
 class Permission
          Abstract class for representing access to a system resource.
 class SecurityPermission
          This class is for security permissions.
 class 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
 class PropertyPermission
          This class is for property permissions.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.