public java.security.ProtectionDomain[] | combine(java.security.ProtectionDomain[] current, java.security.ProtectionDomain[] assigned)Returns a combination of the two provided {@code ProtectionDomain}
arrays. Implementers can simply merge the two arrays into one, remove
duplicates and perform other optimizations.
|