public class ConfigureDS extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DN_ADMIN_CONNECTOR
The DN of the configuration entry defining the Administration connector.
|
static String |
DN_CRYPTO_MANAGER
The DN of the Crypto Manager.
|
static String |
DN_DIGEST_MD5_SASL_MECHANISM
The DN of the DIGEST-MD5 SASL mechanism handler.
|
static String |
DN_LDAP_CONNECTION_HANDLER
The DN of the configuration entry defining the LDAP connection handler.
|
static String |
DN_ROOT_USER
The DN of the configuration entry defining the initial root user.
|
Modifier and Type | Method and Description |
---|---|
static int |
configMain(String[] args,
OutputStream outStream,
OutputStream errStream)
Parses the provided command-line arguments and makes the appropriate
changes to the Directory Server configuration.
|
static String |
getAlternativeCipher()
Returns a cipher that is supported by the JVM we are running at.
|
static void |
main(String[] args)
Provides the command-line arguments to the
configMain method
for processing. |
public static final String DN_LDAP_CONNECTION_HANDLER
public static final String DN_ADMIN_CONNECTOR
public static final String DN_ROOT_USER
public static final String DN_CRYPTO_MANAGER
public static final String DN_DIGEST_MD5_SASL_MECHANISM
public static void main(String[] args)
configMain
method
for processing.args
- The set of command-line arguments provided to this program.public static int configMain(String[] args, OutputStream outStream, OutputStream errStream)
args
- The command-line arguments provided to this program.outStream
- Output stream.errStream
- Error stream.public static String getAlternativeCipher()
null
if no alternative cipher could be found.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.