Stay organized with collections
Save and categorize content based on your preferences.
DomainCombiner
interface DomainCombiner
Legacy security code; do not use.
Summary
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# DomainCombiner\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDomainCombiner\n==============\n\n```\ninterface DomainCombiner\n```\n\n|-----------------------------------|\n| [java.security.DomainCombiner](#) |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [SubjectDomainCombiner](../../javax/security/auth/SubjectDomainCombiner.html#) |--------------------------------------------------------------------------------|-----------------------------------| | [SubjectDomainCombiner](../../javax/security/auth/SubjectDomainCombiner.html#) | Legacy security code; do not use. | |\n\nLegacy security code; do not use.\n\nSummary\n-------\n\n| Public methods ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\\\u003c[ProtectionDomain](/reference/kotlin/java/security/ProtectionDomain)!\\\u003e! | [combine](#combine(kotlin.Array,%20kotlin.Array))`(`currentDomains:` `[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\u003c[ProtectionDomain](/reference/kotlin/java/security/ProtectionDomain)!\u003e!`, `assignedDomains:` `[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\u003c[ProtectionDomain](/reference/kotlin/java/security/ProtectionDomain)!\u003e!`)` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### combine\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun combine(\n currentDomains: Array\u003cProtectionDomain!\u003e!, \n assignedDomains: Array\u003cProtectionDomain!\u003e!\n): Array\u003cProtectionDomain!\u003e!\n```"]]