Package | Description |
---|---|
com.iplanet.ums.dctree |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
DomainComponent |
DomainComponentTree.getDomainComponent(String domain)
Given a virtual domain name such as
"javasoft.sun.com", returns the domain component entry in the dc index
tree.
|
String |
DomainComponentTree.getDomainStatus(String domain)
Gets the domain status of a given virtual domain
|
PersistentObject |
DomainComponentTree.getOrganization(String domain)
Given a virtual domain name such as
"javasoft.sun.com", return the organization, organizationalunit or any
DIT entry that is assoicated from the domain compoent tree (dctree) to
the customer oranization DIT (the convergence tree as outlined in nortel
spec)
|
User |
DomainComponentTree.getUser(String uid,
String domain)
Given a uid for a user, lookup the user under a
specified virtual domain name.
|
User |
DomainComponentTree.getUser(String namingAttribute,
String value,
String domain)
Given identification of a user with a naming
attribute and value, lookup the user under a virtual domain specified.
|
void |
DomainComponentTree.setDomainStatus(String domain,
String status)
Sets the domain status for a given virtual domain
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.