Class ValidateRealmState
- java.lang.Object
-
- org.jboss.as.domain.management.security.adduser.ValidateRealmState
-
- All Implemented Interfaces:
State
public class ValidateRealmState extends Object implements State
State to perform some validation in the entered realm. Primarily this is just to warn users who have chosen a different realm name. This state is only expected to be used in interactive mode.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description ValidateRealmState(ConsoleWrapper theConsole, StateValues stateValues)
-
-
-
Constructor Detail
-
ValidateRealmState
public ValidateRealmState(ConsoleWrapper theConsole, StateValues stateValues)
-
-