From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.
---
sdk/src/com/sun/opends/sdk/tools/ToolConstants.java | 56 ++++++++++++++++++++++++++++----------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java b/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
index 54b9c87..b62fd4a 100755
--- a/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
+++ b/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
@@ -26,20 +26,14 @@
*/
package com.sun.opends.sdk.tools;
+
+
/**
- * This class defines a number of constants used in one or more
- * Directory Server tools.
+ * This class defines a number of constants used in one or more Directory Server
+ * tools.
*/
final class ToolConstants
{
- // Prevent instantiation.
- private ToolConstants()
- {
-
- }
-
-
-
/**
* The name of the SASL property that can be used to provide the
* authentication ID for the bind.
@@ -47,38 +41,38 @@
static final String SASL_PROPERTY_AUTHID = "authid";
/**
- * 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 authorization
+ * ID for the bind.
*/
static final String SASL_PROPERTY_AUTHZID = "authzid";
/**
- * 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 digest URI
+ * for the bind.
*/
static final String SASL_PROPERTY_DIGEST_URI = "digest-uri";
/**
- * 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 KDC for use
+ * in Kerberos authentication.
*/
static final String SASL_PROPERTY_KDC = "kdc";
/**
- * 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 quality of
+ * protection for the bind.
*/
static final String SASL_PROPERTY_QOP = "qop";
/**
- * 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 the realm for the
+ * bind.
*/
static final String SASL_PROPERTY_REALM = "realm";
/**
- * The name of the SASL property that can be used to provide trace
- * information for a SASL ANONYMOUS request.
+ * The name of the SASL property that can be used to provide trace information
+ * for a SASL ANONYMOUS request.
*/
static final String SASL_PROPERTY_TRACE = "trace";
@@ -89,8 +83,7 @@
static final String SASL_PROPERTY_MECH = "mech";
/**
- * The name of the opends configuration direction in the user home
- * directory.
+ * The name of the opends configuration direction in the user home directory.
*/
static final String DEFAULT_OPENDS_CONFIG_DIR = ".opends";
@@ -380,14 +373,13 @@
static final String OPTION_LONG_EFFECTIVERIGHTSUSER = "getEffectiveRightsAuthzid";
/**
- * The value for the short option geteffectiveights control
- * attributes.
+ * The value for the short option geteffectiveights control attributes.
*/
static final char OPTION_SHORT_EFFECTIVERIGHTSATTR = 'e';
/**
- * The value for the long option geteffectiverights control specific
- * attribute list.
+ * The value for the long option geteffectiverights control specific attribute
+ * list.
*/
static final String OPTION_LONG_EFFECTIVERIGHTSATTR = "getEffectiveRightsAttribute";
@@ -611,4 +603,12 @@
*/
static final String LIST_TABLE_SEPARATOR = ":";
+
+
+ // Prevent instantiation.
+ private ToolConstants()
+ {
+
+ }
+
}
--
Gitblit v1.10.0