GNU Classpath (0.20) | |
Frames | No Frames |
Classes derived from java.security.Permission | |
class |
Classes derived from java.security.Permission | |
class | This class is a permission that implies all other permissions. |
class | This class implements a simple model for named permissions without an
associated action list. |
class | This class provides a mechanism for specified named permissions
related to the Java security framework. |
class | This class is used to hold instances of all permissions that cannot
be resolved to available permission classes when the security
Policy object is instantiated. |
Constructors with parameter type java.security.Permission | |
Create a new instance with a descriptive error message and an associated
Permission object.
|
Methods with parameter type java.security.Permission | |
void | This method adds a new Permission object to the collection.
|
void | This method adds a new Permission to this collection. |
void | Determines whether or not the specific permission is granted
depending on the context it is within.
|
void | Checks wether the access control context of the current thread allows
the given Permission. |
boolean | This method always returns true to indicate that this
permission always implies that any other permission is also granted.
|
boolean | This method tests to see if the specified permission is implied by this
permission. |
boolean | This method tests whether this Permission implies that the
specified Permission is also granted.
|
boolean | This method tests whether the specified Permission object is
implied by this collection of Permission objects.
|
boolean | This method tests whether or not the specified Permission
is implied by this PermissionCollection .
|
boolean | Check and see if this ProtectionDomain implies the
permissions expressed in the Permission object.
The set of permissions evaluated is a function of whether the
ProtectionDomain was constructed with a static set of
permissions or it was bound to a dynamically mapped set of permissions.
If the ProtectionDomain was constructed to a statically
bound PermissionCollection then the permission will only be checked
against the PermissionCollection supplied at construction.
However, if the ProtectionDomain was constructed with the
constructor variant which supports dynamically binding permissions, then
the permission will be checked against the combination of the
PermissionCollection supplied at construction and the current
Policy binding.
|
boolean | This method returns false always to indicate that this
permission does not imply the specified permission. |
boolean | Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.
|
Methods with return type java.security.Permission | |
Permission | This method returns the Permission object that caused
this exception to be thrown.
|
Classes derived from java.security.Permission | |
class |
Classes derived from java.security.Permission | |
class | |
class | This class models permissions related to serialization. |
Methods with parameter type java.security.Permission | |
boolean | Check to see if this permission implies another.
|
Classes derived from java.security.Permission | |
class | This class is used to model miscellaneous network permissions. |
class | This class models a specific set of permssions for connecting to a
host. |
Methods with parameter type java.security.Permission | |
boolean | Returns true if the permission object passed it is implied by the
this permission. |
Methods with return type java.security.Permission | |
Permission | Returns a permission object representing the permission necessary to make
the connection represented by this object
|
Permission | This method returns a Permission object representing the
permissions required to access this URL. |
Classes derived from java.security.Permission | |
class | A RuntimePermission contains a permission name, but no
actions list. |
Methods with parameter type java.security.Permission | |
void | Check if the current thread is allowed to perform an operation that
requires the specified Permission . |
void | Check if the current thread is allowed to perform an operation that
requires the specified Permission . |
Classes derived from java.security.Permission | |
class | This class implements permissions for reflection. |
Classes derived from java.security.Permission | |
class | A permission controlling access to authentication service. |
class | A permission governing access to a private credential. |
Methods with parameter type java.security.Permission | |
boolean | Test if this permission implies another. |
Classes derived from java.security.Permission | |
class | A permission used for accessing SSL classes.
|
Classes derived from java.security.Permission | |
class | This represents the permission to use an audio device.
|
Classes derived from java.security.Permission | |
class | This class implements permissions for AWT. |
Classes derived from java.security.Permission | |
class | This class represents the permission to access and modify a property. The name is the name of the property, e.g. xxx. |
Methods with parameter type java.security.Permission | |
boolean | Check if this permission implies p. |
GNU Classpath (0.20) |