Stay organized with collections
Save and categorize content based on your preferences.
SubjectDomainCombiner
open class SubjectDomainCombiner : DomainCombiner
Legacy security code; do not use.
Summary
Public constructors
SubjectDomainCombiner
SubjectDomainCombiner(subject: Subject!)
Public methods
getSubject
open fun getSubject(): Subject!
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,["# SubjectDomainCombiner\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSubjectDomainCombiner\n=====================\n\n```\nopen class SubjectDomainCombiner : DomainCombiner\n```\n\n|---|------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [javax.security.auth.SubjectDomainCombiner](#) |\n\nLegacy security code; do not use.\n\nSummary\n-------\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [SubjectDomainCombiner](#SubjectDomainCombiner(javax.security.auth.Subject))`(`subject:` `[Subject](/reference/kotlin/javax/security/auth/Subject)!`)` \u003cbr /\u003e |\n\n| Public methods ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| open [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\\\u003c[ProtectionDomain](../../../java/security/ProtectionDomain.html#)!\\\u003e! | [combine](#combine(kotlin.Array,%20kotlin.Array))`(`currentDomains:` `[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\u003c[ProtectionDomain](../../../java/security/ProtectionDomain.html#)!\u003e!`, `assignedDomains:` `[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\u003c[ProtectionDomain](../../../java/security/ProtectionDomain.html#)!\u003e!`)` \u003cbr /\u003e |\n| open [Subject](/reference/kotlin/javax/security/auth/Subject)! | [getSubject](#getSubject())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### SubjectDomainCombiner\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSubjectDomainCombiner(subject: Subject!)\n```\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```\nopen fun combine(\n currentDomains: Array\u003cProtectionDomain!\u003e!, \n assignedDomains: Array\u003cProtectionDomain!\u003e!\n): Array\u003cProtectionDomain!\u003e!\n``` \n\n### getSubject\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen fun getSubject(): Subject!\n```"]]