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 Details

    • AddUser

      public AddUser()
  • Method Details

    • 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 is user: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

      public String toString()
      Overrides:
      toString in class Object