Package org.wildfly.plugin.server
Class AddUser
- java.lang.Object
-
- org.wildfly.plugin.server.AddUser
-
public class AddUser extends Object
Used to describe the users that should be added the server.- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Constructor Description AddUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(String value)
Allows a user to be set by a string value.String
toString()
-
-
-
Method Detail
-
set
public void set(String value)
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
-
-