From 93ff600530bef0b1acb70290b0d6cc38653e5fb9 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 09 Jul 2007 17:09:43 +0000
Subject: [PATCH] Update the access control API to get rid of the AccessControlProvider interface and move all of its methods into the abstract AccessControlHandler class.  This makes the access control API more future-proof because the use of an interface would not allow the introduction of new methods into the API (such as will be required for issue #1861) without breaking backward compatibility, and potentially interfering with third-party implementations.

---
 opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
index d01e131..3f1d9ee 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
@@ -68,7 +68,7 @@
     <adm:syntax>
       <adm:java-class>
         <adm:instance-of>
-          org.opends.server.api.AccessControlProvider
+          org.opends.server.api.AccessControlHandler
         </adm:instance-of>
       </adm:java-class>
     </adm:syntax>

--
Gitblit v1.10.0