Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
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.getChildren(String filter,
SearchControl searchControl)
Gets the immediate children, subject to search filter constraints.
|
SearchResults |
ISearch.getChildren(String filter,
SearchControl searchControl)
Find all IDs for immediate children under current node based on search
criteria specified in filter.
|
SearchResults |
PersistentObject.getChildren(String filter,
String[] resultAttributeNames,
SearchControl searchControl)
Gets the immediate children, returning only specified attributes
|
SearchResults |
ISearch.getChildren(String filter,
String[] resultAttributeNames,
SearchControl searchControl)
Search entries on immediate children based on criteria specified in
filter.
|
SearchResults |
DynamicGroup.getMemberIDs()
Returns the members of the group.
|
SearchResults |
StaticGroup.getMemberIDs()
Gets the members of the group.
|
SearchResults |
FilteredRole.getMemberIDs()
Gets the members of the role.
|
SearchResults |
ManagedRole.getMemberIDs()
Gets the members of the group.
|
SearchResults |
IMembership.getMemberIDs()
Gets the members of the group.
|
SearchResults |
FilteredRole.getMemberIDs(String filter)
Gets the members of the role meeting an LDAP filter
condition.
|
SearchResults |
ManagedRole.getMemberIDs(String filter)
Returns the members of the group meeting the filter condition.
|
protected SearchResults |
DynamicGroup.getMemberIDs(String[] attributes)
Returns the members of the group.
|
protected SearchResults |
ManagedRole.getMemberIDs(String[] attributes)
Gets the members of the role.
|
protected SearchResults |
ManagedRole.getMemberIDs(String[] attributes,
String filter)
Gets the members of the role meeting the filter condition.
|
SearchResults |
StaticGroup.getMembers(int level)
Get members of the group.
|
protected SearchResults |
FilteredRole.getMembers(String[] attributes)
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
|
protected SearchResults |
FilteredRole.getMembers(String[] attributes,
String filter)
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
|
SearchResults |
DataLayer.search(Principal principal,
Guid guid,
int scope,
String searchFilter,
String[] attrNames,
boolean attrOnly,
SearchControl searchControl)
Performs synchronous search based on specified ldap filter.
|
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.
|
SearchResults |
PersistentObject.search(String filter,
SearchControl searchControl)
Gets only the IDs and object classes of all objects at the current level
and below which match the search filter.
|
SearchResults |
ISearch.search(String filter,
SearchControl searchControl)
Search (subtree) entry IDs under currrent node based on criteria
specified in search filter and searchControl
|
SearchResults |
PersistentObject.search(String filter,
String[] resultAttributeNames,
SearchControl searchControl)
Gets the specified attributes of all objects at the current level and
below which match the search filter.
|
SearchResults |
ISearch.search(String filter,
String[] resultAttributeNames,
SearchControl searchControl)
Search (subtree) entries under current node based on criteria specified
in filter.
|
SearchResults |
DataLayer.searchIDs(Principal principal,
Guid guid,
int scope,
String searchFilter,
SearchControl searchControl)
Perform synchronous search based on specified ldap filter.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.