Class LDAPConnector.DN

java.lang.Object
org.ametys.plugins.datasourcesexplorer.LDAPConnector.DN
Enclosing class:
LDAPConnector

public static class LDAPConnector.DN extends Object
A DN
  • Constructor Details

    • 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 Details

    • 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