public class AddUser extends Object
| Constructor and Description |
|---|
AddUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(String value)
Allows a user to be set by a string value.
|
String |
toString() |
public void set(String value)
user:password:groups:realm:true|false.
Both username and password are required. Groups can be a comma delimited set of groups.
value - the string user valueCopyright © 2016 JBoss by Red Hat. All rights reserved.