public static final class DN.CompactDn extends Object implements Comparable<DN.CompactDn>
This representation should be used when it is important to reduce memory usage. The memory consumption compared to a regular DN object is minimal. Prototypical usage is for static groups implementation where large groups of DNs must be recorded and must be converted back to DNs.
This representation can be created either eagerly or lazily.
public int compareTo(DN.CompactDn other)
compareTo in interface Comparable<DN.CompactDn>Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.