| java.lang.Object | |
| ↳ | javax.security.auth.SubjectDomainCombiner |
Legacy security code; do not use.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns a combination of the two provided
ProtectionDomain
arrays.
|
||||||||||
|
|
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
java.security.DomainCombiner
|
|||||||||||
Returns a combination of the two provided
ProtectionDomain
arrays. Implementers can simply merge the two arrays into one, remove
duplicates and perform other optimizations.
| currentDomains | the protection domains of the current execution thread |
|---|---|
| assignedDomains |
the protection domains of the parent thread, may be
null
.
|
ProtectionDomain
array computed from the two
provided arrays.