DomainCombiner

  • DomainCombiner is legacy security code and should not be used.

  • It provides a mechanism to combine protection domains, represented by the combine method.

  • The combine method takes current and assigned protection domains as input and returns a combined set of protection domains.

public interface DomainCombiner
Known Indirect Subclasses

Legacy security code; do not use.

Public Method Summary

abstract ProtectionDomain[]
combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)

Public Methods

public abstract ProtectionDomain[] combine (ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)

Parameters
currentDomains
assignedDomains