From a32fce2ef52e095fb690d674e7ce05f5e43e9c30 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.
---
opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java b/opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
index eab2667..7e336a3 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
+++ b/opendj-sdk/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