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

dugan
21.27.2007 76d712faba26410a1744e207b349664593412d0f
Add category mask for Access Control
1 files modified
6 ■■■■■ changed files
opends/src/server/org/opends/server/messages/MessageHandler.java 6 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/messages/MessageHandler.java
@@ -62,6 +62,7 @@
 *   <LI>009 -- Generic backend processing</LI>
 *   <LI>00A -- Directory Server tools</LI>
 *   <LI>00B -- Task processing</LI>
     <LI>00C -- Access Control</LI>
 *   <LI>800 through FFE -- Reserved for third-party modules</LI>
 *   <LI>FFF -- User-defined processing</LI>
 * </UL>
@@ -178,6 +179,11 @@
  public static final int CATEGORY_MASK_TASK = 0x00B00000;
  /**
   * The category bitmask used for messages associated with Access Control.
   */
  public static final int CATEGORY_MASK_ACCESS_CONTROL = 0x00C00000;
  /**
   * The category bitmask that will be used for messages associated with