Name

Interface java.security.DomainCombiner

Synopsis

Classes that implement this interface are used by the access controller to optimize domain checking by combining permissions from domains. It is normally an opaque object to developers.

Class definition

public interface java.security.DomainCombiner {

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

See also

javax.security.auth.SubjectDomainCombiner

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.