public class CreateSubject extends Object implements ExecutableCliCommand
Usage: appng create-subject [options]
Options:
-d
Description of the user.
Default:
* -e
The e-mail address.
-l
GUI language of the user.
Default: de
* -n
The real name.
* -p
The password.
* -u
The user name.
| Constructor and Description |
|---|
CreateSubject() |
CreateSubject(String loginName,
String realName,
String email,
String password,
String language,
String description) |
public void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2018 aiticon GmbH. All rights reserved.