From 5c616e2a80d85142e0ad86f93470af6a5fe11ff5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 16 Sep 2006 19:06:21 +0000
Subject: [PATCH] Add an internal connection security provider that is very similar to the null connection security provider except that it is considered secure because it is only to be used for internal connection.
---
opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java b/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
index eab2667..7e336a3 100644
--- a/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
+++ b/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
@@ -107,8 +107,8 @@
* @param socketChannel The socket channel that may be used to
* communicate with the client.
*/
- private NullConnectionSecurityProvider(ClientConnection clientConnection,
- SocketChannel socketChannel)
+ protected NullConnectionSecurityProvider(ClientConnection clientConnection,
+ SocketChannel socketChannel)
{
super();
--
Gitblit v1.10.0