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)

Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.Object run()
          Method called to perform the action provided by the class.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

run

java.lang.Object run()
                     throws java.lang.Exception
Method called to perform the action provided by the class.

Throws:
java.lang.Exception