Searched defs:below (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DRelaxedUniqueAttributePlugin.java16 * If applicable, add the following below this CDDL HEADER, with the fields
98 * optionally, below a specified set of base DNs).
119 * below one or more subtrees, which are still unique wrt. to the related
195 private Long below; field in class:RelaxedUniqueAttributePlugin
283 // check ds-cfg-relax-type, ds-cfg-relax-below and ds-cfg-relax-above
289 below = above = null;
309 propName = "below";
355 propName = "below";
356 below = Long.valueOf(bsBelow.toString(), 10);
371 if (below !
[all...]

Completed in 30 milliseconds