Comparing two uniqueMember is a matter of following this algorithm:
- if they are only DN, then the values should be equal
- otherwise, both element should contain the same DN and
* if they both have an UID, they should be equals.
A DN Name component Normalizer which uses the bootstrap registries to find
the appropriate normalizer for the attribute of the name component with which
to normalize the name component value.
Creates a DN Name component Normalizer which uses the bootstrap
registries to find the appropriate normalizer for the attribute of the
name component with which to normalize the name component value.
Recursive method which loads schema's with their dependent schemas first
and tracks what schemas it has seen so the recursion does not go out of
control with depenency cycle detection.
Looks up an dITStructureRule using a composite key composed of the
nameForm object identifier with a DOT and the rule id of the
DITStructureRule appended to it.
A serializable wrapper around a Comparator which uses delayed initialization
of the underlying wrapped comparator which is JIT resolved from a static
global registry.