Class AddUserState
- java.lang.Object
-
- org.jboss.as.domain.management.security.adduser.UpdatePropertiesHandler
-
- org.jboss.as.domain.management.security.adduser.AddUserState
-
- All Implemented Interfaces:
State
public class AddUserState extends UpdatePropertiesHandler implements State
State to perform the actual addition to the discovered properties files. By this time ALL validation should be complete, this State will only fail for IOExceptions encountered performing the actual writes.
-
-
Constructor Summary
Constructors Constructor Description AddUserState(ConsoleWrapper theConsole, StateValues stateValues)
-
-
-
Constructor Detail
-
AddUserState
public AddUserState(ConsoleWrapper theConsole, StateValues stateValues)
-
-