From 44aad3f84d2a820094f3b5e73722778edc8c23f5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:

---
 opends/src/server/org/opends/server/api/AccessControlHandler.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/api/AccessControlHandler.java b/opends/src/server/org/opends/server/api/AccessControlHandler.java
index eec0fac..71579e5 100644
--- a/opends/src/server/org/opends/server/api/AccessControlHandler.java
+++ b/opends/src/server/org/opends/server/api/AccessControlHandler.java
@@ -32,6 +32,8 @@
 import org.opends.server.types.SearchResultEntry;
 import org.opends.server.types.SearchResultReference;
 import org.opends.server.types.Entry;
+import org.opends.server.types.Operation;
+
 
 
 /**
@@ -43,7 +45,6 @@
  */
 public abstract class AccessControlHandler
 {
-
   /**
    * Indicates whether the provided add operation is allowed based on
    * the access control configuration.  This method should not alter
@@ -231,6 +232,8 @@
   public abstract boolean maySend(SearchOperation searchOperation,
                                SearchResultReference searchReference);
 
+
+
   /**
    * Indicates whether a proxied authorization control is allowed
    * based on the current operation and the new authorization

--
Gitblit v1.10.0