Package | Description |
---|---|
org.jboss.as.domain.management.security | |
org.jboss.as.domain.management.security.state |
Modifier and Type | Field and Description |
---|---|
protected State |
AddPropertiesUser.nextState |
Modifier and Type | Class and Description |
---|---|
class |
AddUser
State to perform the actual addition to the discovered properties files.
|
class |
ConfirmationChoice
State to display a message to the user with option to confirm a choice.
|
class |
DuplicateUserCheckState
State to check that the user is not already defined in any of the resolved
properties files.
|
class |
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.
|
class |
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.
|
class |
PromptPasswordState
State to prompt the user for a password
This state handles password validation by let the user re-enter the password
in case of the password mismatch the user will be present for an error
and will re-enter the PromptPasswordState again
|
class |
PropertyFileFinder
The first state executed, responsible for searching for the relevant properties files.
|
class |
PropertyFilePrompt
Describe the purpose
|
class |
UpdateUser
Describe the purpose
|
class |
WeakCheckState
State to check the strength of the stateValues selected.
|
Modifier and Type | Method and Description |
---|---|
State |
State.execute() |
State |
WeakCheckState.execute() |
State |
PropertyFileFinder.execute() |
State |
AddUser.execute() |
State |
UpdateUser.execute() |
State |
ErrorState.execute() |
State |
DuplicateUserCheckState.execute() |
State |
PromptPasswordState.execute() |
State |
PropertyFilePrompt.execute() |
State |
PromptNewUserState.execute() |
State |
ConfirmationChoice.execute() |
Constructor and Description |
---|
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) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.