| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with parameter type java.security.ProtectionDomain | |
| ProtectionDomain[] | |
Methods with return type java.security.ProtectionDomain | |
| ProtectionDomain[] | |
Constructors with parameter type java.security.ProtectionDomain | |
Construct a new AccessControlContext with the specified
ProtectionDomains. | |
Methods with parameter type java.security.ProtectionDomain | |
| ProtectionDomain[] | Combines the current ProtectionDomains of the Thread with new
ProtectionDomains.
|
| PermissionCollection | Evaluates the global policy and returns a PermissionCollection
object specifying the set of permissions allowed given the characteristics
of the protection domain.
|
| 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.ProtectionDomain | |
| ProtectionDomain[] | Combines the current ProtectionDomains of the Thread with new
ProtectionDomains.
|
Methods with parameter type java.security.ProtectionDomain | |
| Class | Helper to define a class using a string of bytes. |
Methods with return type java.security.ProtectionDomain | |
| ProtectionDomain | Returns the protection domain of this class. |
| GNU Classpath (0.18) |