Name

Class javax.security.auth.SubjectDomainCombiner

Synopsis

This class allows the domain checking of the doAs( ) method to be optimized by providing a combined set of permissions and domains for the target subject. It is normally an opaque object to the developer.

Class Definition

public class javax.security.auth.SubjectDomainCombiner
    extends java.lang.Object
    implements java.security.DomainCombiner {

    // Constructors
    public SubjectDomainCombiner(Subject);

    // Instance Methods
    public ProtectionDomain[] combine(ProtectionDomain[],
                                      ProtectionDomain[]);
    public Subject getSubject(  );
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.