Uses of Interface
java.security.Guard

Packages that use Guard
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.microedition.xlet.ixc Provides facilities for inter-Xlet communication (IXC). 
javax.net.ssl Provides classes for the secure socket package. 
javax.tv.media   
javax.tv.service   
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 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.util
 

Classes in java.util that implement Guard
 class PropertyPermission
          This class is for property permissions.
 

Uses of Guard in javax.microedition.xlet.ixc
 

Classes in javax.microedition.xlet.ixc that implement Guard
 class IxcPermission
          This class represents access to the inter-xlet communication registry.
 

Uses of Guard in javax.net.ssl
 

Classes in javax.net.ssl that implement Guard
 class SSLPermission
          This class is for various network permissions.
 

Uses of Guard in javax.tv.media
 

Classes in javax.tv.media that implement Guard
 class MediaSelectPermission
          This class represents permission to select, via a MediaSelectControl, the content that a JMF Player presents.
 

Uses of Guard in javax.tv.service
 

Classes in javax.tv.service that implement Guard
 class ReadPermission
          This class represents permission to read the data referenced by a given Locator.
 

Uses of Guard in javax.tv.service.selection
 

Classes in javax.tv.service.selection that implement Guard
 class SelectPermission
          SelectPermission represents permission to perform a select() operation on a ServiceContext.
 class ServiceContextPermission
          ServiceContextPermission represents permission to control a ServiceContext.
 

Uses of Guard in org.dvb.application
 

Classes in org.dvb.application that implement Guard
 class AppsControlPermission
          This class represents a Permission to control the lifecycle of another application.
 

Uses of Guard in org.dvb.media
 

Classes in org.dvb.media that implement Guard
 class DripFeedPermission
          This class represents a permission to access the drip feed mode.
 

Uses of Guard in org.dvb.net.rc
 

Classes in org.dvb.net.rc that implement Guard
 class RCPermission
          This class is for return channel set-up permissions.
 

Uses of Guard in org.dvb.net.tuning
 

Classes in org.dvb.net.tuning that implement Guard
 class TunerPermission
          This class is for tuner permissions.
 

Uses of Guard in org.dvb.spi
 

Classes in org.dvb.spi that implement Guard
 class ProviderPermission
          This class is for applications which wish to be able to install providers.
 

Uses of Guard in org.dvb.user
 

Classes in org.dvb.user that implement Guard
 class UserPreferencePermission
          This class is for user preference and setting permissions.
 

Uses of Guard in org.ocap.application
 

Classes in org.ocap.application that implement Guard
 class OcapIxcPermission
          This class represents access to the inter-xlet communication registry.
 

Uses of Guard in org.ocap.hn
 

Classes in org.ocap.hn that implement Guard
 class HomeNetPermission
          The HomeNetPermission class represents permission to execute privileged home networking operations only signed applications MAY be granted.
 

Uses of Guard in org.ocap.service
 

Classes in org.ocap.service that implement Guard
 class ServiceTypePermission
          ServiceTypePermission represents application permission to select a specific service type using a ServiceContext accessible by the application.
 

Uses of Guard in org.ocap.shared.dvr
 

Classes in org.ocap.shared.dvr that implement Guard
 class RecordingPermission
          Controls access to recording features by an application.
 

Uses of Guard in org.ocap.system
 

Classes in org.ocap.system that implement Guard
 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.