Frames | No Frames |
Methods with parameter type java.security.ProtectionDomain | |
ProtectionDomain[] | Combines the current ProtectionDomains of the Thread with new
ProtectionDomains.
|
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 | |
SharedLibHelper | SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, ProtectionDomain domain, boolean tryParents) |
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. |
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. |
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 | |
byte[] | InstrumentationImpl.callTransformers(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Called by the VM or redefineClasses to call each transformer
|