atg.security
Interface Action
- public interface Action 
An interface provided by an object that wishes to perform an action
 under as an assumed User.
- See Also:
- ThreadSecurityManager.doAs(atg.security.User, atg.security.Action),- User.doAs(atg.security.Action)
 
| Method Summary | 
|  java.lang.Object | run()Method called to perform the action provided by the class.
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
run
java.lang.Object run()
                     throws java.lang.Exception
- Method called to perform the action provided by the class.
 
- 
- Throws:
- java.lang.Exception