Uses of Interface
com.thoughtworks.proxy.toys.privilege.ActionExecutor

Packages that use ActionExecutor
com.thoughtworks.proxy.toys.privilege A toy to run method calls as privileged actions. 
 

Uses of ActionExecutor in com.thoughtworks.proxy.toys.privilege
 

Classes in com.thoughtworks.proxy.toys.privilege that implement ActionExecutor
 class AccessControllerExecutor
          Execution of a PrivilegedExceptionAction with the AccessController.
 class DirectExecutor
          Direct execution of a PrivilegedExceptionAction.
 class SubjectExecutor
          Execution of a PrivilegedExceptionAction with a Subject.
 

Methods in com.thoughtworks.proxy.toys.privilege with parameters of type ActionExecutor
 Privileging.PrivilegingBuild<T> Privileging.PrivilegingExecutedByOrBuild.executedBy(ActionExecutor executor)
          Executed with this action executor.
 

Constructors in com.thoughtworks.proxy.toys.privilege with parameters of type ActionExecutor
PrivilegingInvoker(ProxyFactory proxyFactory, ObjectReference<T> delegateReference, ActionExecutor executor)
          Construct the invoker.
PrivilegingInvoker(T delegate, ActionExecutor executor)
          Construct the invoker.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.