opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1771,6 +1771,13 @@ /** * The OID for the real attributes only control. */ public static final String OID_REAL_ATTRS_ONLY = "2.16.840.1.113730.3.4.17"; /** * The OID for the subtree delete control. */ public static final String OID_SUBTREE_DELETE_CONTROL = @@ -1803,6 +1810,14 @@ /** * The OID for the virtual attributes only control. */ public static final String OID_VIRTUAL_ATTRS_ONLY = "2.16.840.1.113730.3.4.19"; /** * The block length in bytes used when generating an HMAC-MD5 digest.