| 
 | Foundation 1.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Guard | |
| 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.io | 
| Classes in java.io that implement Guard | |
|  class | FilePermissionThis class represents access to a file or directory. | 
|  class | SerializablePermissionThis class is for Serializable permissions. | 
| Uses of Guard in java.lang | 
| Classes in java.lang that implement Guard | |
|  class | RuntimePermissionThis class is for runtime permissions. | 
| Uses of Guard in java.lang.reflect | 
| Classes in java.lang.reflect that implement Guard | |
|  class | ReflectPermissionThe Permission class for reflective operations. | 
| Uses of Guard in java.net | 
| Classes in java.net that implement Guard | |
|  class | NetPermissionThis class is for various network permissions. | 
|  class | SocketPermissionThis class represents access to a network via sockets. | 
| Uses of Guard in java.security | 
| Classes in java.security that implement Guard | |
|  class | AllPermissionThe AllPermission is a permission that implies all other permissions. | 
|  class | BasicPermissionThe 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 | PermissionAbstract class for representing access to a system resource. | 
|  class | SecurityPermissionThis class is for security permissions. | 
|  class | UnresolvedPermissionThe 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(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 | PropertyPermissionThis class is for property permissions. | 
| 
 | Foundation 1.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||