java.lang.Object | |
↳ | javax.security.auth.SubjectDomainCombiner |
Merges permissions based on code source and code signers with permissions
granted to the specified Subject
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a domain combiner for the entity provided in
subject . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Merges the
ProtectionDomain with the Principal s
associated with the subject of this SubjectDomainCombiner . | |||||||||||
Returns the entity to which this domain combiner is associated.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
| |||||||||||
From interface java.security.DomainCombiner
|
Creates a domain combiner for the entity provided in subject
.
subject | the entity to which this domain combiner is associated. |
---|
Merges the ProtectionDomain
with the Principal
s
associated with the subject of this SubjectDomainCombiner
.
currentDomains | the ProtectionDomain s associated with the context of
the current thread. The domains must be sorted according to
the execution order, the most recent residing at the
beginning. |
---|---|
assignedDomains | the ProtectionDomain s from the parent thread based on
code source and signers. |
ProtectionDomain
array computed from the two
provided arrays, or null
.Returns the entity to which this domain combiner is associated.