From e2db38300866b2e965bdfec0f81be83c056c8825 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.
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
index d01e131..3f1d9ee 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
+++ b/opendj-sdk/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