API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth. SubjectDomainCombiner View Source
Author(s)
Since
Version
1.50, 01/26/07
Serial
Hierarchy
 Object
      SubjectDomainCombiner
Implements
 DomainCombiner
Subclasses
Description
public class SubjectDomainCombiner
A SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with this SubjectDomainCombiner.
See also:   
Constructors
public SubjectDomainCombiner (Subject subject)
  Associate the provided Subject with this SubjectDomainCombiner.
Methods
Hide/Show inherited methods
public ProtectionDomain combine (ProtectionDomain currentDomains, ProtectionDomain assignedDomains) [Specified in DomainCombiner]
  Update the relevant ProtectionDomains with the Principals from the Subject associated with this SubjectDomainCombiner.
public Subject getSubject ()
  Get the Subject associated with this SubjectDomainCombiner.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar