From f696fb760204511e18a9d50f7208895ef37a7b58 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 11 Jun 2007 13:13:38 +0000
Subject: [PATCH] dsservice cli will be part on the opends.jar file (instead of the quicksetup one)
---
opendj-sdk/opends/src/ads/org/opends/admin/ads/util/TrustedSocketFactory.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/ads/org/opends/admin/ads/util/TrustedSocketFactory.java b/opendj-sdk/opends/src/ads/org/opends/admin/ads/util/TrustedSocketFactory.java
index 92d0df1..88668bf 100644
--- a/opendj-sdk/opends/src/ads/org/opends/admin/ads/util/TrustedSocketFactory.java
+++ b/opendj-sdk/opends/src/ads/org/opends/admin/ads/util/TrustedSocketFactory.java
@@ -99,7 +99,14 @@
// SocketFactory implementation
//
/**
- * {@inheritDoc}
+ * Returns the default SSL socket factory. The default
+ * implementation can be changed by setting the value of the
+ * "ssl.SocketFactory.provider" security property (in the Java
+ * security properties file) to the desired class. If SSL has not
+ * been configured properly for this virtual machine, the factory
+ * will be inoperative (reporting instantiation exceptions).
+ *
+ * @return the default SocketFactory
*/
public static synchronized SocketFactory getDefault()
{
--
Gitblit v1.10.0