Package | Description |
---|---|
java.lang | |
java.security |
Modifier and Type | Method and Description |
---|---|
ProtectionDomain |
Class.getProtectionDomain()
Get this Class's ProtectionDomain.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
ClassLoader.defineClass(String classname,
byte[] data,
int offset,
int length,
ProtectionDomain pd)
Turns a bag of bytecodes into a Class and register it in the namespace of this ClassLoader.
|
Modifier and Type | Method and Description |
---|---|
ProtectionDomain[] |
DomainCombiner.combine(ProtectionDomain[] current,
ProtectionDomain[] extra) |
Modifier and Type | Method and Description |
---|---|
ProtectionDomain[] |
DomainCombiner.combine(ProtectionDomain[] current,
ProtectionDomain[] extra) |
ProtectionDomain[] |
DomainCombiner.combine(ProtectionDomain[] current,
ProtectionDomain[] extra) |
PermissionCollection |
Policy.getPermissions(ProtectionDomain domain) |
boolean |
Policy.implies(ProtectionDomain domain,
Permission permission) |
Constructor and Description |
---|
AccessControlContext(ProtectionDomain[] context)
The main public constructor.
|