Class AddUser


  • public class AddUser
    extends Object
    Used to describe the users that should be added the server.
    Author:
    James R. Perkins
    • Constructor Detail

      • AddUser

        public AddUser()
    • 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 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