Package org.wildfly.plugin.server
Class AddUser
java.lang.Object
org.wildfly.plugin.server.AddUser
Used to describe the users that should be added the server.
- Author:
- James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddUser
public AddUser()
-
-
Method Details
-
set
Allows a user to be set by a string value. Only one user is allowed to be created via this method. The format isuser:password:groups:realm:true|false
.Both username and password are required. Groups can be a comma delimited set of groups.
- Parameters:
value
- the string user value
-
toString
-