Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Class
java.security.AccessControlContext

Packages that use AccessControlContext
java.security Provides the classes and interfaces for the security framework. 
 

Uses of AccessControlContext in java.security
 

Methods in java.security that return AccessControlContext
static AccessControlContext AccessController.getContext()
          This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext, and places it in an AccessControlContext object.
 

Methods in java.security with parameters of type AccessControlContext
static Object AccessController.doPrivileged(PrivilegedAction action, AccessControlContext context)
          Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
static Object AccessController.doPrivileged(PrivilegedExceptionAction action, AccessControlContext context)
          Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
 

Constructors in java.security with parameters of type AccessControlContext
AccessControlContext(AccessControlContext acc, DomainCombiner combiner)
          Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.