/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at
* trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
* add the following below this CDDL HEADER, with the fields enclosed
* by brackets "[]" replaced with your own identifying information:
* Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2011-2013 ForgeRock AS
*/
/**
* This class defines a number of constants used in one or more Directory Server
* tools.
*/
public class ToolConstants
{
/**
* The name of the SASL property that can be used to provide the
* authentication ID for the bind.
*/
/**
* The name of the SASL property that can be used to provide the authorization
* ID for the bind.
*/
/**
* The name of the SASL property that can be used to provide the digest URI
* for the bind.
*/
/**
* The name of the SASL property that can be used to provide the KDC for use
* in Kerberos authentication.
*/
/**
* The name of the SASL property that can be used to provide the quality of
* protection for the bind.
*/
/**
* The name of the SASL property that can be used to provide the realm for the
* bind.
*/
/**
* The name of the SASL property that can be used to provide trace information
* for a SASL ANONYMOUS request.
*/
/**
* The name of the OpenDJ configuration directory in the user
* home directory.
*/
/**
* The default properties file name.
*/
"tools";
/**
* The default properties file extension.
*/
".properties";
/**
* The value for the short option configClass.
*/
/**
* The value for the long option configClass.
*/
/**
* The value for the short option batchFilePath.
*/
/**
* The value for the long option batchFilePath .
*/
"batchFilePath";
/**
* The value for the short option hostname.
*/
/**
* The value for the long option hostname.
*/
/**
* The value for the short option port.
*/
/**
* The value for the long option port.
*/
/**
* The value for the short option useSSL.
*/
/**
* The value for the long option useSSL.
*/
/**
* The value for the short option baseDN.
*/
/**
* The value for the long option baseDN.
*/
/**
* The value for the short option rootUserDN.
*/
/**
* The value for the long option rootUserDN.
*/
/**
* The value for the short option bindDN.
*/
/**
* The value for the long option bindDN.
*/
/**
* The value for the short option bindPassword.
*/
/**
* The value for the long option bindPassword.
*/
/**
* The value for the short option bindPasswordFile.
*/
/**
* The value for the long option bindPasswordFile.
*/
/**
* The value for the short option compress.
*/
/**
* The value for the long option compress.
*/
/**
* The value for the short option filename.
*/
/**
* The value for the long option filename.
*/
/**
* The value for the short option ldifFile.
*/
/**
* The value for the long option ldifFile.
*/
/**
* The value for the short option useStartTLS.
*/
/**
* The value for the long option useStartTLS.
*/
/**
* The value for the short option randomSeed.
*/
/**
* The value for the long option randomSeed.
*/
/**
* The value for the short option keyStorePath.
*/
/**
* The value for the long option keyStorePath.
*/
/**
* The value for the short option trustStorePath.
*/
/**
* The value for the long option trustStorePath.
*/
/**
* The value for the short option keyStorePassword.
*/
/**
* The value for the long option keyStorePassword.
*/
/**
* The value for the short option trustStorePassword.
*/
/**
* The value for the long option trustStorePassword.
*/
/**
* The value for the short option keyStorePasswordFile .
*/
/**
* The value for the long option keyStorePasswordFile .
*/
"keyStorePasswordFile";
/**
* The value for the short option keyStorePasswordFile .
*/
/**
* The value for the long option keyStorePasswordFile .
*/
"trustStorePasswordFile";
/**
* The value for the short option trustAll .
*/
/**
* The value for the long option trustAll .
*/
/**
* The value for the short option trustAll .
*/
/**
* The value for the long option trustAll .
*/
/**
* The value for the short option certNickname .
*/
/**
* The value for the long option certNickname .
*/
/**
* The value for the long option assertionFilter .
*/
/**
* The value for the short option dry-run.
*/
/**
* The value for the long option dry-run.
*/
/**
* The value for the short option help.
*/
/**
* The value for the long option help.
*/
/**
* The value for the long option cli.
*/
/**
* The value for the short option cli.
*/
/**
* The value for the short option proxyAs.
*/
/**
* The value for the long option proxyAs.
*/
/**
* The value for the short option saslOption.
*/
/**
* The value for the long option saslOption.
*/
/**
* The value for the short option geteffectiverights control authzid.
*/
/**
* The value for the long option geteffectiverights control authzid.
*/
"getEffectiveRightsAuthzid";
/**
* The value for the short option geteffectiverights control attributes.
*/
/**
* The value for the long option geteffectiverights control specific
* attribute list.
*/
"getEffectiveRightsAttribute";
/**
* The value for the short option protocol version attributes.
*/
/**
* The value for the long option protocol version
* attribute.
*/
"ldapVersion";
/**
* The value for the long option connect timeout attribute.
*/
"connectTimeout";
/**
* The value for the long option version.
*/
/**
* The value for the long option version.
*/
/**
* The value for the short option description attributes.
*/
/**
* The value for the long option description attribute.
*/
/**
* The value for the short option groupName attributes.
*/
/**
* The value for the long option groupName
* attribute.
*/
/**
* The value for the short option newGroupName attribute.
*/
/**
* The value for the long option groupName
* attribute.
*/
/**
* The value for the short option member-name attributes.
*/
/**
* The value for the long member-name version
* attribute.
*/
/**
* The value for the short option backendName attributes.
*/
/**
* The value for the long option backendName
* attribute.
*/
/**
* The value for the short option serverID attributes.
*/
/**
* The value for the long option serverID
* attribute.
*/
/**
* The value for the short option userID attributes.
*/
/**
* The value for the long option userID
* attribute.
*/
/**
* The value for the short option set.
*/
/**
* The value for the long option set.
*/
/**
* Value for the server root option short form.
*/
/**
* Value for the server root option long form.
*/
/**
* Value for the quiet option short form.
*/
/**
* Value for the quiet option long form.
*/
/**
* Value for non-interactive session short form.
*/
/**
* Value for non-interactive session long form.
*/
/**
* Long form of script friendly option.
*/
/**
* Short form of script friendly option.
*/
/**
* Value for verbose option short form.
*/
/**
* Value for verbose option long form.
*/
/**
*/
/**
*/
/**
* Recurring task option long form.
*/
/**
* Recurring task option short form.
*/
/**
* Subentries control option long form.
*/
/**
* Subentries control option short form.
*/
/**
* The value for the long option propertiesFilePAth .
*/
/**
* Argument that specifies that an operation be scheduled as a
* task but the scheduling utility should not exit until the task
* has completed.
*/
"synchronousTaskMode";
/**
* Argument that specifies that an operation be scheduled as a
* task but the scheduling utility should not exit until the task
* has completed.
*/
/**
* The value for the long option propertiesFilePAth .
*/
/**
* Long form of referenced host name.
*/
"referencedHostName";
/**
* Long form of admin UID.
*/
/**
* Long form of admin password.
*/
/**
* Long form of admin password file.
*/
/**
* Long form of report authorization ID connection option.
*/
/**
* Long form of use password policy control connection option.
*/
"usePasswordPolicyControl";
/**
* Long form of use SASL external connection option.
*/
/**
* Long form of option for the command-line encoding option.
*/
/**
* Long form of option specifying no wrapping of the command-line.
*/
/**
* Long form of email notification upon completion option.
*/
"completionNotify";
/**
* Short form of email notification upon completion option.
*/
null;
/**
* Long form of email notification upon error option.
*/
"errorNotify";
/**
* Short form of email notification upon error option.
*/
null;
/**
* Long form of dependency option.
*/
/**
* Short form of dependency option.
*/
/**
* Long form of failed dependency action option.
*/
"failedDependencyAction";
/**
* Short form of failed dependency action option.
*/
/**
* The default separator to be used in tables.
*/
/**
* Display the equivalent non-interactive command.
*/
"displayCommand";
/**
* The path where we write the equivalent non-interactive command.
*/
"commandFilePath";
/**
* The value for the long option advanced.
*/
/**
* The value for the short option advanced.
*/
/**
* The value for the long option ignore errors.
*/
/**
* The value for the long option force upgrade.
*/
/**
* The value for the long option restore backup.
*/
/**
* The value for the long option to automatically
* accept the license if present.
*/
}