May 1998
Intermediate to advanced
469 pages
14h 57m
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(ProtectionDomain[]);
// Instance Methods
public void checkPermission(Permission);
public boolean equals(Object);
public int hashCode();
}
AccessController