Uses of Class
java.security.BasicPermission

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.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.net.ssl Provides classes for the secure socket package. 
javax.tv.service.selection   
org.dvb.application Provides access to lists of applications which are available in this context and the ability to launch those applications. 
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
org.dvb.net.tuning Provides extensions to the tuning API from DAVIC. 
org.dvb.spi This package defines a central registry for all DVB Service Provider Interface (SPI) providers. 
org.dvb.user Provides access to settings and preferences configured by the end-user. 
org.ocap.application
 
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.system

This API is used to access system modules. 

 

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

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

Uses of BasicPermission in javax.net.ssl
 

Subclasses of BasicPermission in javax.net.ssl
 class SSLPermission
          This class is for various network permissions.
 

Uses of BasicPermission in javax.tv.service.selection
 

Subclasses of BasicPermission in javax.tv.service.selection
 class ServiceContextPermission
          ServiceContextPermission represents permission to control a ServiceContext.
 

Uses of BasicPermission in org.dvb.application
 

Subclasses of BasicPermission in org.dvb.application
 class AppsControlPermission
          This class represents a Permission to control the lifecycle of another application.
 

Uses of BasicPermission in org.dvb.media
 

Subclasses of BasicPermission in org.dvb.media
 class DripFeedPermission
          This class represents a permission to access the drip feed mode.
 

Uses of BasicPermission in org.dvb.net.rc
 

Subclasses of BasicPermission in org.dvb.net.rc
 class RCPermission
          This class is for return channel set-up permissions.
 

Uses of BasicPermission in org.dvb.net.tuning
 

Subclasses of BasicPermission in org.dvb.net.tuning
 class TunerPermission
          This class is for tuner permissions.
 

Uses of BasicPermission in org.dvb.spi
 

Subclasses of BasicPermission in org.dvb.spi
 class ProviderPermission
          This class is for applications which wish to be able to install providers.
 

Uses of BasicPermission in org.dvb.user
 

Subclasses of BasicPermission in org.dvb.user
 class UserPreferencePermission
          This class is for user preference and setting permissions.
 

Uses of BasicPermission in org.ocap.application
 

Subclasses of BasicPermission in org.ocap.application
 class OcapIxcPermission
          This class represents access to the inter-xlet communication registry.
 

Uses of BasicPermission in org.ocap.hn
 

Subclasses of BasicPermission in org.ocap.hn
 class HomeNetPermission
          The HomeNetPermission class represents permission to execute privileged home networking operations only signed applications MAY be granted.
 

Uses of BasicPermission in org.ocap.service
 

Subclasses of BasicPermission in org.ocap.service
 class ServiceTypePermission
          ServiceTypePermission represents application permission to select a specific service type using a ServiceContext accessible by the application.
 

Uses of BasicPermission in org.ocap.shared.dvr
 

Subclasses of BasicPermission in org.ocap.shared.dvr
 class RecordingPermission
          Controls access to recording features by an application.
 

Uses of BasicPermission in org.ocap.system
 

Subclasses of BasicPermission in org.ocap.system
 class MonitorAppPermission
          The MonitorAppPermission class represents permission to execute privileged operations only Monitor Application should be granted.
 class RegisteredApiUserPermission
          The RegisteredApiUserPermission class represents permission for an application to use a specific registered API.