| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchMO.execute(SearchResultsMO resultsMO)
Executes the search using the configured parameters.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.