Class LDAPConnector.DN

    • Constructor Detail

      • DN

        public DN​(String dn,
                  String label,
                  boolean hasChild)
        Create a DN
        Parameters:
        dn - The ldap dn
        label - The label for the dn
        hasChild - Has this DN children
    • Method Detail

      • getDN

        public String getDN()
        Get the dn
        Returns:
        the dn
      • getLabel

        public String getLabel()
        Get the label
        Returns:
        the label
      • hasChild

        public boolean hasChild()
        Has child
        Returns:
        true if has child