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.

CDC 1.1.2

Uses of Class
java.security.BasicPermission

Packages that use BasicPermission
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 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.util
 

Subclasses of BasicPermission in java.util
 class PropertyPermission
          This class is for property permissions.
 


CDC 1.1.2

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 218 specification.