|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchResultsMO | |
---|---|
com.ibm.itim.apps.identity | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for identity management. |
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
com.ibm.itim.apps.search | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface to execute searches for objects managed by Identity Manager. |
Uses of SearchResultsMO in com.ibm.itim.apps.identity |
---|
Methods in com.ibm.itim.apps.identity with parameters of type SearchResultsMO | |
---|---|
void |
RoleMO.getMembers(SearchResultsMO results)
Retrieves the members of the role. |
void |
RoleMO.getMembers(SearchResultsMO results)
Retrieves the members of the role. |
void |
PersonManager.getPeople(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
boolean subTree,
SearchResultsMO results)
Returns the person(s) matching the given attribute within the given container. |
void |
PersonManager.getPeople(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
boolean subTree,
SearchResultsMO results)
Returns the person(s) matching the given attribute within the given container. |
void |
PersonManager.getPeople(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the person(s) matching the given attribute within the given container. |
void |
PersonManager.getPeople(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the person(s) matching the given attribute within the given container. |
void |
RoleManager.getRoles(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
* Returns the roles that match the specified attribute within the parent container. |
void |
RoleManager.getRoles(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
* Returns the roles that match the specified attribute within the parent container. |
Uses of SearchResultsMO in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning with parameters of type SearchResultsMO | |
---|---|
void |
AccessManager.getAccesses(PersonMO owner,
Access accessInfo,
SearchResultsMO searchResults,
java.util.Locale locale)
The method returns all the accesses assigned to a person. |
void |
AccessManager.getAccesses(PersonMO owner,
Access accessInfo,
SearchResultsMO searchResults,
java.util.Locale locale)
The method returns all the accesses assigned to a person. |
void |
AccountManager.getAccounts(ServiceMO service,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the account(s) matching the given attribute hosted on the given service. |
void |
AccountManager.getAccounts(ServiceMO service,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the account(s) matching the given attribute hosted on the given service. |
void |
AccessManager.getAuthorizedAccesses(OrganizationalContainerMO container,
PersonMO person,
com.ibm.itim.dataservices.model.domain.access.AccessType accessType,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale,
boolean checkAddAccess)
Returns authorized access for a user based on the access information provided. |
void |
AccessManager.getAuthorizedAccesses(OrganizationalContainerMO container,
PersonMO person,
com.ibm.itim.dataservices.model.domain.access.AccessType accessType,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale,
boolean checkAddAccess)
Returns authorized access for a user based on the access information provided. |
void |
GroupManager.getGroups(AccountMO accountMO,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups associated with an account. |
void |
GroupManager.getGroups(AccountMO accountMO,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups associated with an account. |
void |
GroupManager.getGroups(ServiceMO serviceMO,
java.lang.String groupInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by the name or description for the given service. |
void |
GroupManager.getGroups(ServiceMO serviceMO,
java.lang.String groupInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by the name or description for the given service. |
void |
GroupManager.getGroups(ServiceMO serviceMO,
java.lang.String groupProfileName,
java.lang.String groupInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by the name or description for the given service and group profile. |
void |
GroupManager.getGroups(ServiceMO serviceMO,
java.lang.String groupProfileName,
java.lang.String groupInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by the name or description for the given service and group profile. |
void |
GroupManager.getGroupsByAccess(ServiceMO serviceMO,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by access name or description for the given service. |
void |
GroupManager.getGroupsByAccess(ServiceMO serviceMO,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by access name or description for the given service. |
void |
GroupManager.getGroupsByAccess(ServiceMO serviceMO,
java.lang.String groupProfileName,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by access name or description for the given service and group profile. |
void |
GroupManager.getGroupsByAccess(ServiceMO serviceMO,
java.lang.String groupProfileName,
java.lang.String accessInfo,
SearchResultsMO results,
java.util.Locale locale)
Returns the groups by access name or description for the given service and group profile. |
void |
GroupMO.getMembers(SearchResultsMO results,
java.util.Locale locale)
Returns the group members. |
void |
GroupMO.getMembers(SearchResultsMO results,
java.util.Locale locale)
Returns the group members. |
void |
GroupMO.getMembersByUserId(java.lang.String userId,
SearchResultsMO results,
java.util.Locale locale)
Returns the group members that match the given user ID. |
void |
GroupMO.getMembersByUserId(java.lang.String userId,
SearchResultsMO results,
java.util.Locale locale)
Returns the group members that match the given user ID. |
void |
GroupMO.getMembersByUserName(java.lang.String userName,
SearchResultsMO results,
java.util.Locale locale)
Returns the group members that match the given user name. |
void |
GroupMO.getMembersByUserName(java.lang.String userName,
SearchResultsMO results,
java.util.Locale locale)
Returns the group members that match the given user name. |
void |
AccountManager.getNonCompliantAccounts(SearchResultsMO results)
Returns all accounts that are currently tracked as non-compliant by the provisioning system through the results parameter. |
void |
AccountManager.getNonCompliantAccounts(SearchResultsMO results)
Returns all accounts that are currently tracked as non-compliant by the provisioning system through the results parameter. |
void |
AccountManager.getNonCompliantAccounts(ServiceMO service,
SearchResultsMO results)
Returns all accounts on the given service that are currently tracked as non-compliant by the provisioning system through the results parameter. |
void |
AccountManager.getNonCompliantAccounts(ServiceMO service,
SearchResultsMO results)
Returns all accounts on the given service that are currently tracked as non-compliant by the provisioning system through the results parameter. |
void |
ServiceManager.getServices(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the service(s) matching the given attribute within the given container. |
void |
ServiceManager.getServices(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue,
SearchResultsMO results)
Returns the service(s) matching the given attribute within the given container. |
Uses of SearchResultsMO in com.ibm.itim.apps.search |
---|
Methods in com.ibm.itim.apps.search that return SearchResultsMO | |
---|---|
SearchResultsMO |
SearchMO.execute()
Deprecated. This method has been replaced with the search() which addresses additional requirements introduced by RESTful services. |
SearchResultsMO |
SearchMO.search()
Executes the search using the configured parameters. |
Methods in com.ibm.itim.apps.search with parameters of type SearchResultsMO | |
---|---|
void |
SearchMO.execute(SearchResultsMO resultsMO)
Executes the search using the configured parameters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |