|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Guard | |
java.awt | |
java.io | |
java.lang | |
java.lang.reflect | |
java.net | |
java.security | |
java.sql | |
java.util |
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.sql |
Classes in java.sql that implement Guard | |
class |
SQLPermission
The permission for which the SecurityManager will check
when code that is running in an applet calls one of the
setLogWriter methods. |
Uses of Guard in java.util |
Classes in java.util that implement Guard | |
class |
PropertyPermission
This class is for property permissions. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.