GNU Classpath (0.95) | |
Frames | No Frames |
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 | Returns the set of Permissions allowed for a given ProtectionDomain .
|
boolean | Checks if the designated Permission is granted to a designated
ProtectionDomain .
|
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. |
Class> | Helper to define a class using the contents of a byte buffer. |
Methods with return type java.security.ProtectionDomain | |
ProtectionDomain | Returns the protection domain of this class. |
Methods with parameter type java.security.ProtectionDomain | |
ProtectionDomain[] |
Methods with return type java.security.ProtectionDomain | |
ProtectionDomain[] |
Methods with parameter type java.security.ProtectionDomain | |
byte[] | ClassFileTransformer.transform(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Implementation of this method transforms a class by redefining its
bytecodes. |
GNU Classpath (0.95) |