Uses of Interface
org.jboss.as.domain.management.security.adduser.State
-
Packages that use State Package Description org.jboss.as.domain.management.security.adduser -
-
Uses of State in org.jboss.as.domain.management.security.adduser
Classes in org.jboss.as.domain.management.security.adduser that implement State Modifier and Type Class Description classAbstractValidationStateWhere multiple stages of validation need to be performed thisStateprovides a way to coordinate ensuring each stage of the validation is performed.classAddUserStateState to perform the actual addition to the discovered properties files.classConfirmationChoiceState to display a message to the user with option to confirm a choice.classErrorStateState 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.classPreModificationStateState to branch between adding and updating the user and outputting summary information if not running in silent mode.classPromptGroupsStateState responsible for prompting for the list of groups for a user.classPromptNewUserStateState 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.classPromptPasswordStateState to prompt the user for a passwordclassPromptRealmStateState to prompt the user to choose the name of the realm.classPropertyFileFinderThe first state executed, responsible for searching for the relevant properties files.classPropertyFilePromptState responsible for asking the user if they are adding a management user or an application user.classUpdateUserDescribe the purposeclassValidatePasswordStateState to perform validation of the supplied password.classValidateRealmStateState to perform some validation in the entered realm.classValidateUserStateState to perform validation of the supplied username.Fields in org.jboss.as.domain.management.security.adduser declared as State Modifier and Type Field Description protected StateAddUser. nextStateMethods in org.jboss.as.domain.management.security.adduser that return State Modifier and Type Method Description StateAbstractValidationState. execute()StateAddUserState. execute()StateConfirmationChoice. execute()StateErrorState. execute()StatePreModificationState. execute()StatePromptGroupsState. execute()StatePromptNewUserState. execute()StatePromptPasswordState. execute()StatePromptRealmState. execute()StatePropertyFileFinder. execute()StatePropertyFilePrompt. execute()StateState. execute()StateUpdateUser. execute()StateValidateRealmState. execute()protected abstract StateAbstractValidationState. getSuccessState()Get the state to transition to once all validation is complete.protected StateValidatePasswordState. getSuccessState()protected StateValidateUserState. getSuccessState()Methods in org.jboss.as.domain.management.security.adduser that return types with arguments of type State Modifier and Type Method Description protected abstract Collection<State>AbstractValidationState. getValidationStates()Get aCollectioncontaining all states required to perform the validation needed.protected Collection<State>ValidatePasswordState. getValidationStates()protected Collection<State>ValidateUserState. getValidationStates()Constructors in org.jboss.as.domain.management.security.adduser with parameters of type State Constructor Description ConfirmationChoice(ConsoleWrapper theConsole, String[] messageLines, String prompt, State yesState, State noState)ConfirmationChoice(ConsoleWrapper theConsole, String message, String prompt, State yesState, State noState)ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState)ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState, StateValues stateValues)
-