Class AuthenticatedAction

Direct Known Subclasses:
AdministratorPasswordSetterAction, AdministratorPasswordSetterCompletedAction, IndexAction, MakePaymentAction, MakePaymentNewCardAction, PermissionAction

public abstract class AuthenticatedAction extends PageAction
Ensures the user is logged in. Forwards to "login" if not logged in. Otherwise, it sets the request attribute Constants.AO_CONN and then calls execute(ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse,Locale,Skin,AoservConnector). The default implementation of this new execute method simply returns the mapping of "success".

More simply put, without overriding the new execute method, this action returns either the mapping for "login" or "success".
Author:
AO Industries, Inc.