May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.security.auth.SubjectDomainCombiner
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.
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( );
}Read now
Unlock full access