A C D F G H I J M O R S T W

A

add(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Add a new node in the tree.
add(Dn, N) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Add a new node in the tree.

C

clone() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
contains(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the current DnBranchNode contains another node associated with an rdn.

D

DnNode<N> - Class in org.apache.directory.api.ldap.util.tree
A class storing nodes in a tree designed to map DNs.
Branch nodes in this tree refers to child nodes.
DnNode() - Constructor for class org.apache.directory.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(N) - Constructor for class org.apache.directory.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.
DnNode(Dn, N) - Constructor for class org.apache.directory.api.ldap.util.tree.DnNode
Creates a new instance of DnNode.

F

fromJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
 
fromJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
 
fromName(Name) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Convert a Name to a Dn

G

getChild(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get's a child using an rdn string.
getChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getDescendantElements(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getDn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getNode(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get the Node for a given Dn, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned.
getParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
getParentWithElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.
getParentWithElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.
getRdn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 

H

hasChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the current DnNode has some children or not
hasChildren(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if a node has some children or not.
hasDescendantElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
 
hasParent(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if there is a parent for a given Dn,.
hasParentElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element.

I

isLeaf() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isLeaf(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.

J

JndiUtils - Class in org.apache.directory.api.ldap.util
An utility class to convert back and forth JNDI classes to ADS classes.

M

move(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
move the DnNode's Dn

O

org.apache.directory.api.ldap.util - package org.apache.directory.api.ldap.util
 
org.apache.directory.api.ldap.util.tree - package org.apache.directory.api.ldap.util.tree
 

R

remove(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Removes a node from the tree.
rename(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
rename the DnNode's Dn

S

size() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
Returns the number of entries under this node.

T

toJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
 
toJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
 
toName(Dn) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
Convert a Dn to a Name
toString() - Method in class org.apache.directory.api.ldap.util.tree.DnNode

W

wrap(Throwable) - Static method in class org.apache.directory.api.ldap.util.JndiUtils
 

A C D F G H I J M O R S T W

Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.