Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid)
Returns a template from a supplied template name.
|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid,
int scope)
Returns a template from a supplied template name.
|
Modifier and Type | Method and Description |
---|---|
AttrSet |
User.getAttributes(SearchTemplate template)
Return attribute set according to a supplied search template.
|
AttrSet |
Resource.getAttributes(SearchTemplate template)
Return attribute set according to a supplied search template.
|
SearchResults |
PersistentObject.getChildren(SearchTemplate template,
SearchControl searchControl)
Gets all immediate children under current node based on search criteria
specified in template, and returns attributes specified there.
|
SearchResults |
ISearch.getChildren(SearchTemplate template,
SearchControl searchControl)
Find all IDs for immediate children under current node based on search
criteria specified in template, and return attributes specified there.
|
SearchResults |
PersistentObject.search(SearchTemplate template,
SearchControl searchControl)
Gets the attributes specified in the template for all objects at the
current level and below which match the search filter in the template.
|
SearchResults |
ISearch.search(SearchTemplate template,
SearchControl searchControl)
Search (subtree) entries under current node based on criteria specified
in template, which also indicates which attributes to return.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.