public interface DomainCombiner
AccessControlContext,
AccessController| Modifier and Type | Method and Description |
|---|---|
ProtectionDomain[] |
combine(ProtectionDomain[] currentDomains,
ProtectionDomain[] assignedDomains)
Combines the current ProtectionDomains of the Thread with new
ProtectionDomains.
|
ProtectionDomain[] combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)
currentDomains - - the ProtectionDomains for the current thread.assignedDomains - - ProtectionsDomains to add