Generated by
JDiff

Class java.security.AccessControlContext

Added Constructors
AccessControlContext(AccessControlContext, DomainCombiner) Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
 

Added Methods
DomainCombiner getDomainCombiner() Get the DomainCombiner associated with this AccessControlContext.
 

Changed Methods
void checkPermission(Permission) Documentation changed from old to new.
Determines whether the access request indicated by the specified permission should be allowed or denied based on the security policy currently in effect and the context in this object.