| AbstractValidationState |
Where multiple stages of validation need to be performed this State provides a way to coordinate ensuring each stage
of the validation is performed.
|
| AddUser |
A command line utility to add new users to the mgmt-users.properties files.
|
| AddUserState |
State to perform the actual addition to the discovered properties files.
|
| ConfirmationChoice |
State to display a message to the user with option to confirm a choice.
|
| ErrorState |
State to report an error to the user, optionally a nextState can be supplied so the process can continue even though an
error has been reported.
|
| JavaConsole |
Describe the purpose
|
| PreModificationState |
State to branch between adding and updating the user and outputting summary information if not running in silent mode.
|
| PromptGroupsState |
State responsible for prompting for the list of groups for a user.
|
| PromptNewUserState |
State to prompt the user for the realm, username and password to use, this State can be called back to so allows for a
pre-defined realm and username to be used.
|
| PromptPasswordState |
State to prompt the user for a password
|
| PromptRealmState |
State to prompt the user to choose the name of the realm.
|
| PropertyFileFinder |
The first state executed, responsible for searching for the relevant properties files.
|
| PropertyFilePrompt |
State responsible for asking the user if they are adding a management user or an application user.
|
| StateValues |
Place holder object to pass between the state
|
| UpdatePropertiesHandler |
|
| UpdateUser |
Describe the purpose
|
| ValidatePasswordState |
State to perform validation of the supplied password.
|
| ValidateRealmState |
State to perform some validation in the entered realm.
|
| ValidateUserState |
State to perform validation of the supplied username.
|