GNU Classpath (0.95) | |
Frames | No Frames |
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 | This class implements permissions for AWT. |
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 | This represents the permission to use an audio device.
|
Classes derived from java.security.Permission | |
class | |
class | This represents permission to access to a Kerberos service principal.
|
Methods with parameter type java.security.Permission | |
boolean | This method tests to see if the specified permission is implied by this
permission. |
boolean |
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 | A permission used for accessing SSL classes.
|
Classes derived from java.security.Permission | |
class |
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 |
Represents the permissions required to perform
operations using the MBeanServer . |
class |
Represents the permissions required to perform
operations provided by the MBeanServerFactory .
|
class | Represents the permission held by a trusted source of
management beans. |
Methods with parameter type java.security.Permission | |
boolean |
Returns true if this permission implies the supplied permission.
|
boolean | Returns true if this MBeanServerPermission implies
the given permission. |
Classes derived from java.security.Permission | |
class |
Represents the permission to view or modify the data
which forms part of the system management interfaces.
|
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 | Tests whether or not the specified Permission is implied by the
set of permissions granted to this domain.
|
boolean | This method returns false always to indicate that this
permission does not imply the specified permission. |
boolean | Checks if the designated Permission is granted to a designated
ProtectionDomain .
|
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 | 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.95) |