Class PromptRealmState
- java.lang.Object
-
- org.jboss.as.domain.management.security.adduser.PromptRealmState
-
- All Implemented Interfaces:
State
public class PromptRealmState extends Object implements State
State to prompt the user to choose the name of the realm. For most users the realm should not be modified as it is dependent on being in sync with the core configuration. At a later point it may be possible to split the realm name definition out of the core configuration. This state is only expected to be called when running in interactive mode.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description PromptRealmState(ConsoleWrapper theConsole, StateValues stateValues)
-
-
-
Constructor Detail
-
PromptRealmState
public PromptRealmState(ConsoleWrapper theConsole, StateValues stateValues)
-
-