mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
21.56.2007 d428f48a4cf79de5e3f7cbc38a2c1af7a0b80e4f
opends/src/server/org/opends/server/core/DefaultAccessControlHandler.java
@@ -100,7 +100,6 @@
  }
  /**
   * {@inheritDoc}
   */
@@ -160,6 +159,17 @@
   * {@inheritDoc}
   */
  @Override
   public  boolean isAllowed(DN dn, Operation  op, Control control)
   {
     return true;
   }
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isAllowed(LocalBackendModifyDNOperation modifyDNOperation)
  {
    return true;
@@ -189,7 +199,6 @@
  }
  /**
   * {@inheritDoc}
   */
@@ -213,27 +222,5 @@
    return true;
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isProxiedAuthAllowed(Operation operation, Entry entry)
  {
   return true;
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isGetEffectiveRightsAllowed(SearchOperation operation,
                                             Control c)
  {
      return true;
  }
}