May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.AccessControlContext
An access control context allows the access controller to substitute a different context (that is, a different set of protection domains) than the context provided by the stack of the current thread. This class might be used by a server thread to determine if a particular calling thread should be allowed to perform particular operations.
public final class java.security.AccessControlContext
extends java.lang.Object {
// Constructors
public AccessControlContext(AccessControlContext, DomainCombiner);
public AccessControlContext(ProtectionDomain[]);
// Instance Methods
public void checkPermission(Permission);
public boolean equals(Object);
public DomainCombiner getDomainCombiner( );
public int hashCode( );
}
AccessController
|
Read now
Unlock full access