java.security
public interface DomainCombiner
Since: 1.3
See Also: AccessControlContext AccessController
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
ProtectionDomain[] | combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)
Combines the current ProtectionDomains of the Thread with new
ProtectionDomains.
|
Parameters: currentDomains - the ProtectionDomains for the current thread. assignedDomains - ProtectionsDomains to add
Returns: a new array of all the ProtectionDomains