|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
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 Permission in java.awt |
---|
Subclasses of Permission in java.awt | |
---|---|
class |
AWTPermission
This class is for AWT permissions. |
Uses of Permission in java.io |
---|
Subclasses of Permission in java.io | |
---|---|
class |
FilePermission
This class represents access to a file or directory. |
class |
SerializablePermission
This class is for Serializable permissions. |
Methods in java.io with parameters of type Permission | |
---|---|
boolean |
FilePermission.implies(Permission p)
Checks if this FilePermission object "implies" the specified permission. |
Uses of Permission in java.lang |
---|
Subclasses of Permission in java.lang | |
---|---|
class |
RuntimePermission
This class is for runtime permissions. |
Methods in java.lang with parameters of type Permission | |
---|---|
void |
SecurityManager.checkPermission(Permission perm)
Throws a SecurityException if the requested
access, specified by the given permission, is not permitted based
on the security policy currently in effect. |
void |
SecurityManager.checkPermission(Permission perm,
Object context)
Throws a SecurityException if the
specified security context is denied access to the resource
specified by the given permission. |
Uses of Permission in java.lang.reflect |
---|
Subclasses of Permission in java.lang.reflect | |
---|---|
class |
ReflectPermission
The Permission class for reflective operations. |
Uses of Permission in java.net |
---|
Subclasses of Permission in java.net | |
---|---|
class |
NetPermission
This class is for various network permissions. |
class |
SocketPermission
This class represents access to a network via sockets. |
Methods in java.net that return Permission | |
---|---|
Permission |
URLConnection.getPermission()
Returns a permission object representing the permission necessary to make the connection represented by this object. |
Permission |
HttpURLConnection.getPermission()
|
Methods in java.net with parameters of type Permission | |
---|---|
boolean |
SocketPermission.implies(Permission p)
Checks if this socket permission object "implies" the specified permission. |
Uses of Permission in java.security |
---|
Subclasses of Permission in java.security | |
---|---|
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 |
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. |
Methods in java.security that return Permission | |
---|---|
Permission |
AccessControlException.getPermission()
Gets the Permission object associated with this exeception, or null if there was no corresponding Permission object. |
Methods in java.security with parameters of type Permission | |
---|---|
abstract void |
PermissionCollection.add(Permission permission)
Adds a permission object to the current collection of permission objects. |
void |
Permissions.add(Permission permission)
Adds a permission object to the PermissionCollection for the class the permission belongs to. |
void |
AccessControlContext.checkPermission(Permission perm)
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object. |
static void |
AccessController.checkPermission(Permission perm)
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect. |
boolean |
ProtectionDomain.implies(Permission permission)
Check and see if this ProtectionDomain implies the permissions expressed in the Permission object. |
abstract boolean |
Permission.implies(Permission permission)
Checks if the specified permission's actions are "implied by" this object's actions. |
boolean |
BasicPermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
abstract boolean |
PermissionCollection.implies(Permission permission)
Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection. |
boolean |
Permissions.implies(Permission permission)
Checks to see if this object's PermissionCollection for permissions of the specified permission's type implies the permissions expressed in the permission object. |
boolean |
AllPermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
boolean |
UnresolvedPermission.implies(Permission p)
This method always returns false for unresolved permissions. |
boolean |
Policy.implies(ProtectionDomain domain,
Permission permission)
Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted. |
Constructors in java.security with parameters of type Permission | |
---|---|
AccessControlException(String s,
Permission p)
Constructs an AccessControlException with the
specified, detailed message, and the requested permission that caused
the exception. |
Uses of Permission in java.util |
---|
Subclasses of Permission in java.util | |
---|---|
class |
PropertyPermission
This class is for property permissions. |
Methods in java.util with parameters of type Permission | |
---|---|
boolean |
PropertyPermission.implies(Permission p)
Checks if this PropertyPermission object "implies" the specified permission. |
Uses of Permission in javax.microedition.xlet.ixc |
---|
Subclasses of Permission in javax.microedition.xlet.ixc | |
---|---|
class |
IxcPermission
This class represents access to the inter-xlet communication registry. |
Methods in javax.microedition.xlet.ixc with parameters of type Permission | |
---|---|
boolean |
IxcPermission.implies(Permission p)
Checks if this IxcPermission "implies" the specified permission. |
Uses of Permission in javax.net.ssl |
---|
Subclasses of Permission in javax.net.ssl | |
---|---|
class |
SSLPermission
This class is for various network permissions. |
Uses of Permission in javax.tv.media |
---|
Subclasses of Permission in javax.tv.media | |
---|---|
class |
MediaSelectPermission
This class represents permission to select, via a MediaSelectControl , the content that a JMF Player
presents. |
Methods in javax.tv.media with parameters of type Permission | |
---|---|
boolean |
MediaSelectPermission.implies(Permission p)
Checks if this MediaSelectPermission "implies" the
specified Permission . |
Uses of Permission in javax.tv.service |
---|
Subclasses of Permission in javax.tv.service | |
---|---|
class |
ReadPermission
This class represents permission to read the data referenced by a given Locator . |
Methods in javax.tv.service with parameters of type Permission | |
---|---|
boolean |
ReadPermission.implies(Permission p)
Checks if this ReadPermission object "implies" the specified permission. |
Uses of Permission in javax.tv.service.selection |
---|
Subclasses of Permission in javax.tv.service.selection | |
---|---|
class |
SelectPermission
SelectPermission represents permission to perform a
select() operation on a ServiceContext . |
class |
ServiceContextPermission
ServiceContextPermission represents permission to
control a ServiceContext . |
Methods in javax.tv.service.selection with parameters of type Permission | |
---|---|
boolean |
ServiceContextPermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
boolean |
SelectPermission.implies(Permission p)
Checks if this SelectPermission object "implies" the specified permission. |
Uses of Permission in org.dvb.application |
---|
Subclasses of Permission in org.dvb.application | |
---|---|
class |
AppsControlPermission
This class represents a Permission to control the lifecycle of another application. |
Methods in org.dvb.application with parameters of type Permission | |
---|---|
boolean |
AppsControlPermission.implies(Permission permission)
Checks if this AppsControlPermission object "implies" the specified permission. |
Uses of Permission in org.dvb.media |
---|
Subclasses of Permission in org.dvb.media | |
---|---|
class |
DripFeedPermission
This class represents a permission to access the drip feed mode. |
Methods in org.dvb.media with parameters of type Permission | |
---|---|
boolean |
DripFeedPermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
Uses of Permission in org.dvb.net.rc |
---|
Subclasses of Permission in org.dvb.net.rc | |
---|---|
class |
RCPermission
This class is for return channel set-up permissions. |
Methods in org.dvb.net.rc with parameters of type Permission | |
---|---|
boolean |
RCPermission.implies(Permission p)
Checks if this RCPermission "implies" the specified Permission. |
Uses of Permission in org.dvb.net.tuning |
---|
Subclasses of Permission in org.dvb.net.tuning | |
---|---|
class |
TunerPermission
This class is for tuner permissions. |
Methods in org.dvb.net.tuning with parameters of type Permission | |
---|---|
boolean |
TunerPermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
Uses of Permission in org.dvb.spi |
---|
Subclasses of Permission in org.dvb.spi | |
---|---|
class |
ProviderPermission
This class is for applications which wish to be able to install providers. |
Uses of Permission in org.dvb.user |
---|
Subclasses of Permission in org.dvb.user | |
---|---|
class |
UserPreferencePermission
This class is for user preference and setting permissions. |
Uses of Permission in org.ocap.application |
---|
Subclasses of Permission in org.ocap.application | |
---|---|
class |
OcapIxcPermission
This class represents access to the inter-xlet communication registry. |
Methods in org.ocap.application with parameters of type Permission | |
---|---|
boolean |
OcapIxcPermission.implies(Permission p)
Checks if this OcapIxcPermission "implies" the specified permission. |
Uses of Permission in org.ocap.hn |
---|
Subclasses of Permission 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 Permission in org.ocap.service |
---|
Subclasses of Permission in org.ocap.service | |
---|---|
class |
ServiceTypePermission
ServiceTypePermission represents application permission to
select a specific service type using a ServiceContext accessible by the
application. |
Methods in org.ocap.service with parameters of type Permission | |
---|---|
boolean |
ServiceTypePermission.implies(Permission p)
Checks if the specified permission is "implied" by this object. |
Uses of Permission in org.ocap.shared.dvr |
---|
Subclasses of Permission in org.ocap.shared.dvr | |
---|---|
class |
RecordingPermission
Controls access to recording features by an application. |
Uses of Permission in org.ocap.system |
---|
Subclasses of Permission 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |