| Class | Description |
|---|---|
| AddUserRolesAction |
An Action that adds Roles to a User.
|
| AddUserRolesForm |
A subclass of
BaseValidatorForm representing the AddUserRoles form. |
| AddUserRolesFormPrepareAction |
An Action that retrieves data to facilitate display of the AddUserRoles form.
|
| EditAction |
Edits the user's (aka
Subject) information. |
| EditForm |
A subclass of
EditForm representing the EditUserProperties form. |
| EditPasswordAction |
Action that allows a user to edit his own password or an admin to edit anyone's password.
|
| EditPasswordForm |
A form for editing passwords.
|
| EditPasswordPrepareAction |
Action that prepares to edit the password - it simply sets a context attribute used to indicate if the requesting
user has the ability to change anyone's password without requiring to know the old password.
|
| EditUserFormPrepareAction |
An Action that retrieves a specific user from the BizApp to facilitate display of the Edit User form.
|
| ListAction |
An Action that retrieves all users from the BizApp.
|
| NewAction |
An
WorkflowAction subclass that creates a user in the BizApp. |
| NewForm |
A subclass of
EditForm representing the New User form. |
| NewFormPrepareAction |
An Action that retrieves data from the BizApp to facilitate display of the New User form.
|
| RegisterAction |
Registers a user.
|
| RegisterFormPrepareAction |
An Action that retrieves data from the BizApp to facilitate display of the Register User form.
|
| RemoveAction |
An Action that removes a set of users from the database.
|
| RemoveForm |
A subclass of
ActionForm representing the AuthzSubjectValues to remove. |
| RemoveRolesAction | |
| RemoveRolesForm |
A subclass of
BaseValidatorForm representing the Remove Roles form. |
| UserAdminPortalAction |
A
BaseDispatchAction that sets up user admin portals. |
| ViewAction |
we don't do anything here; this is here cause i need an action defintion in struts config for the help.
|
| ViewRolesAction |
An Action that retrieves the roles for a specific user.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.