public final class CreateAdministrator
extends java.lang.Object
Alternatively, it can be used to take the email, first name, last name and desired password as arguments thus: CreateAdministrator -e [email] -f [first name] -l [last name] -p [password] This is particularly convenient for automated deploy scripts that require an initial administrator, for example, before deployment can be completed
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv)
For invoking via the command line.
|
public static void main(java.lang.String[] argv)
throws java.lang.Exception
argv - command-line argumentsjava.lang.ExceptionCopyright © 2013 DuraSpace. All Rights Reserved.