|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |