SubjectDomainCombiner@Deprecated(since="17", forRemoval=true) public interface DomainCombiner
DomainCombiner was used to dynamically update ProtectionDomains for access control operations and decisions. This feature no longer exists.| Modifier and Type | Method | Description |
|---|---|---|
ProtectionDomain[] |
combine |
Deprecated, for removal: This API element is subject to removal in a future version. Modify or update the provided ProtectionDomains. |
ProtectionDomain[] combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)
currentDomains - the ProtectionDomains associated with the current execution thread. The ProtectionDomains are listed in order of execution, with the most recently executing ProtectionDomain residing at the beginning of the array. This parameter may be null if the current execution thread has no associated ProtectionDomains.assignedDomains - an array of inherited ProtectionDomains. This parameter may be null if there are no inherited ProtectionDomains.null.
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/DomainCombiner.html