| com.methodhead.auth.AuthAction
All known Subclasses: com.methodhead.transfer.AboutAction, com.methodhead.shim.PageAction, com.methodhead.shim.HomeAction, com.methodhead.property.PropertyAction, com.methodhead.shim.ModuleAction, com.methodhead.res.ResAction, com.methodhead.aikp.AikpAction, com.methodhead.shim.EditorAction, com.methodhead.reg.RolesAction, com.methodhead.event.EventAction, com.methodhead.reg.ProfileAction,
AuthAction | abstract public class AuthAction extends Action (Code) | | AuthAction makes sure a user is logged in before calling
AuthAction.doExecute doExecute() . AuthAction checks for a user in the
session using
com.methodhead.auth.AuthUtil.getUserAuthUtil.getUser() . If if no such user is in the session, the url is
stored in the AuthGlobals.URL_KEY request attribute and the
loginForm forward is returned. If a user is in the session,
doExecute() is called.
|
|
|