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

dugan
26.12.2007 3f02855a9202d146ec2e87a7568180caec938235
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciContainer.java
@@ -237,10 +237,15 @@
    private int evalAllAttributes=0;
   /*
   * String used to hold a control OID string.
   */
    * String used to hold a control OID string.
    */
    private String controlOID;
   /*
    * String used to hold an extended operation OID string.
    */
    private String extOpOID;
  /**
     * This constructor is used by all currently supported LDAP operations.
     *
@@ -743,6 +748,13 @@
      return controlOID;
    }
   /**
    * {@inheritDoc}
    */
    public String getExtOpOID() {
      return extOpOID;
    }
    /**
     * Set the the controlOID value to the specified oid string.
     *
@@ -752,6 +764,16 @@
      this.controlOID=oid;
    }
    /**
     * Set the extended operation OID value to the specified oid string.
     *
     * @param oid  The extended operation oid string.
     */
    protected void setExtOpOID(String oid) {
      this.extOpOID=oid;
    }
    /**
     * {@inheritDoc}
     */