| Package | Description |
|---|---|
| com.thoughtworks.proxy.toys.privilege |
A toy to run method calls as privileged actions.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Privileging.PrivilegingBuild<T> |
Privileging.PrivilegingExecutedByOrBuild.executedBy(ActionExecutor executor)
Executed with this action executor.
|
| Constructor and Description |
|---|
PrivilegingInvoker(ProxyFactory proxyFactory,
ObjectReference<T> delegateReference,
ActionExecutor executor)
Construct the invoker.
|
PrivilegingInvoker(T delegate,
ActionExecutor executor)
Construct the invoker.
|
Copyright © 2005–2018 Codehaus. All rights reserved.