J2ME CDC

Uses of Interface
java.security.Guard

Packages that use Guard
java.io   
java.lang   
java.lang.reflect   
java.net   
java.security   
java.util   
 

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.
 


J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.