public class CreateSubject extends Object implements ExecutableCliCommand
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.
| Constructor and Description |
|---|
CreateSubject() |
public void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2023 aiticon GmbH. All rights reserved.