private class CombinerSecurityManager.DelegateProtectionDomain extends ProtectionDomain
| Modifier and Type | Field and Description |
|---|---|
private ProtectionDomain[] |
context |
| Constructor and Description |
|---|
DelegateProtectionDomain(ProtectionDomain[] context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
implies(Permission perm) |
String |
toString() |
getClassLoader, getCodeSource, getPermissions, getPrincipalsprivate final ProtectionDomain[] context
DelegateProtectionDomain(ProtectionDomain[] context)
public boolean implies(Permission perm)
implies in class ProtectionDomainpublic String toString()
toString in class ProtectionDomainCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.