|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicPermission | |
| 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.sql | Provides the API for accessing and processing data in a data source using the JavaTM programming language. |
| 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.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
| Uses of BasicPermission in java.awt |
| Subclasses of BasicPermission in java.awt | |
class |
AWTPermission
This class is for AWT permissions. |
| Uses of BasicPermission in java.io |
| Subclasses of BasicPermission in java.io | |
class |
SerializablePermission
This class is for Serializable permissions. |
| Uses of BasicPermission in java.lang |
| Subclasses of BasicPermission in java.lang | |
class |
RuntimePermission
This class is for runtime permissions. |
| Uses of BasicPermission in java.lang.reflect |
| Subclasses of BasicPermission in java.lang.reflect | |
class |
ReflectPermission
The Permission class for reflective operations. |
| Uses of BasicPermission in java.net |
| Subclasses of BasicPermission in java.net | |
class |
NetPermission
This class is for various network permissions. |
| Uses of BasicPermission in java.security |
| Subclasses of BasicPermission in java.security | |
class |
SecurityPermission
This class is for security permissions. |
| Uses of BasicPermission in java.sql |
| Subclasses of BasicPermission in java.sql | |
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 BasicPermission in java.util |
| Subclasses of BasicPermission in java.util | |
class |
PropertyPermission
This class is for property permissions. |
| Uses of BasicPermission in javax.sound.sampled |
| Subclasses of BasicPermission in javax.sound.sampled | |
class |
AudioPermission
The AudioPermission class represents access rights to the audio
system resources. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.