Class LdapTree

java.lang.Object
org.springframework.ldap.samples.utils.LdapTree

public class LdapTree extends Object
  • Constructor Details

    • LdapTree

      public LdapTree(org.springframework.ldap.core.DirContextOperations node)
  • Method Details

    • getNode

      public org.springframework.ldap.core.DirContextOperations getNode()
    • getSubContexts

      public List<LdapTree> getSubContexts()
    • setSubContexts

      public void setSubContexts(List<LdapTree> subContexts)
    • addSubTree

      public void addSubTree(LdapTree ldapTree)
    • traverse

      public void traverse(LdapTreeVisitor visitor)