Package net.bluemind.directory.api
Class OrgUnitPath
java.lang.Object
net.bluemind.directory.api.OrgUnitPath
Delegation trees can be created and organized so as to allow different levels
of delegated administration. The
OrgUnitPath
represents an element of
the delegation tree-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrgUnitPath
static OrgUnitPath
static OrgUnitPath
create
(String uid, String name, OrgUnitPath parent) boolean
int
hashCode()
path()
toString()
-
Field Details
-
uid
Element UID -
name
Element name -
parent
The parentOrgUnitPath
element
-
-
Constructor Details
-
OrgUnitPath
public OrgUnitPath()
-
-
Method Details