com.redhat.rhn.frontend.action.user
Class CreateUserAction
java.lang.Object
Action
com.redhat.rhn.frontend.struts.RhnAction
com.redhat.rhn.frontend.action.user.CreateUserAction
public class CreateUserAction
- extends RhnAction
UserEditSubmitAction, edit action submit handler for user detail page
|
Method Summary |
ActionForward |
execute(ActionMapping mapping,
ActionForm formIn,
HttpServletRequest request,
HttpServletResponse response)
|
protected CreateUserCommand |
getCommand()
|
| Methods inherited from class com.redhat.rhn.frontend.struts.RhnAction |
addGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createLabelValueList, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessages |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FAILURE_SATELLITE
public static final java.lang.String FAILURE_SATELLITE
- See Also:
- Constant Field Values
FAILURE
public static final java.lang.String FAILURE
- See Also:
- Constant Field Values
SUCCESS_INTO_ORG
public static final java.lang.String SUCCESS_INTO_ORG
- See Also:
- Constant Field Values
SUCCESS_SAT
public static final java.lang.String SUCCESS_SAT
- See Also:
- Constant Field Values
TYPE_CREATE_SAT
public static final java.lang.String TYPE_CREATE_SAT
- See Also:
- Constant Field Values
TYPE_INTO_ORG
public static final java.lang.String TYPE_INTO_ORG
- See Also:
- Constant Field Values
ACCOUNT_TYPE
public static final java.lang.String ACCOUNT_TYPE
- See Also:
- Constant Field Values
CreateUserAction
public CreateUserAction()
- Initialize the action.
execute
public ActionForward execute(ActionMapping mapping,
ActionForm formIn,
HttpServletRequest request,
HttpServletResponse response)
-
getCommand
protected CreateUserCommand getCommand()