Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

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). 
javax.microedition.xlet.ixc Provides facilities for inter-Xlet communication (IXC). 
 

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(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.
 

Uses of Guard in javax.microedition.xlet.ixc
 

Classes in javax.microedition.xlet.ixc that implement Guard
 class IxcPermission
          This class represents access to the inter-xlet communication registry.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.