Class CreateSubject

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class CreateSubject
    extends Object
    implements ExecutableCliCommand
    Creates a subject.
     Usage: appng create-subject [options]
       Options:
         -d
            Description of the user.
            Default: 
       * -e
            The e-mail address.
         -h
            Has the password already been hashed using 'hash-pw <password>'?
            Default: false
         -l
            GUI language of the user.
            Default: de
       * -n
            The real name.
       * -p
            The password (The password, mandatory for type LOCAL_USER.).
       * -t
            The type of the user.
            Default: LOCAL_USER
            Possible Values: [LOCAL_USER, GLOBAL_USER, GLOBAL_GROUP]
       * -u
            The user name.
     
    Author:
    Matthias Herlitzius, Matthias Müller