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, getPrincipals
private final ProtectionDomain[] context
DelegateProtectionDomain(ProtectionDomain[] context)
public boolean implies(Permission perm)
implies
in class ProtectionDomain
public String toString()
toString
in class ProtectionDomain
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.