| 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.pim |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for Shared Access Module. |
| com.ibm.itim.apps.policy |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for Policy 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. |
| com.ibm.itim.apps.system |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for System role and System user management. |
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
ContainerManager.createContainer(OrganizationalContainerMO container,
OrganizationalContainer object)
Creates a container in the provisioning platform with the specified
attributes within the given parent container.
|
OrganizationalContainerMO |
ContainerManager.createContainer(OrganizationalContainerMO container,
OrganizationalContainer object)
Creates a container in the provisioning platform with the specified
attributes within the given parent container.
|
OrganizationalContainerMO |
PersonMO.getContainer()
Returns the current parent container in the tree.
|
OrganizationalContainerMO |
RoleMO.getContainer()
Returns the current parent container in the tree.
|
OrganizationalContainerMO |
RoleMO.getContainer()
Returns the current parent container in the tree.
|
OrganizationalContainerMO |
PersonMO.getContainer()
Returns the current parent container in the tree.
|
OrganizationalContainerMO |
ContainerManager.getContainerByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the organizational container for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
OrganizationalContainerMO |
ContainerManager.getContainerByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the organizational container for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
OrganizationalContainerMO |
OrganizationalContainerMO.getParent()
Returns the current parent container in the tree or null if not found or
the container is the root container
|
OrganizationalContainerMO |
OrganizationalContainerMO.getParent()
Returns the current parent container in the tree or null if not found or
the container is the root container
|
OrganizationalContainerMO |
OrganizationalContainerMO.getParentOrganization()
Returns the parent organization container of this container in the tree.
|
OrganizationalContainerMO |
OrganizationalContainerMO.getParentOrganization()
Returns the parent organization container of this container in the tree.
|
OrganizationalContainerMO |
ContainerManager.getRoot()
Returns the root of the organizational tree.
|
OrganizationalContainerMO |
ContainerManager.getRoot()
Returns the root of the organizational tree.
|
OrganizationalContainerMO |
ContainerManager.getRoot(java.lang.String tenantID)
In a multi-tenant deployment, returns the root of the organizational
tree for the given tenant.
|
OrganizationalContainerMO |
ContainerManager.getRoot(java.lang.String tenantID)
In a multi-tenant deployment, returns the root of the organizational
tree for the given tenant.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
ContainerManager.createContainer(OrganizationalContainerMO container,
OrganizationalContainer object)
Creates a container in the provisioning platform with the specified
attributes within the given parent container.
|
OrganizationalContainerMO |
ContainerManager.createContainer(OrganizationalContainerMO container,
OrganizationalContainer object)
Creates a container in the provisioning platform with the specified
attributes within the given parent container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Date scheduledTime)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Date scheduledTime)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Date scheduledTime,
java.lang.String justification)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Date scheduledTime,
java.lang.String justification)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Set<RoleAssignmentObject> assignmentData,
java.util.Date scheduledTime)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Set<RoleAssignmentObject> assignmentData,
java.util.Date scheduledTime)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Set<RoleAssignmentObject> assignmentData,
java.util.Date scheduledTime,
java.lang.String justification)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Set<RoleAssignmentObject> assignmentData,
java.util.Date scheduledTime,
java.lang.String justification)
Creates a person in the provisioning platform with the specified
attributes within the given container.
|
DistinguishedName |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject)
Deprecated.
This method creates only static role.
This method will be removed in the next major release.
Use
RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
DistinguishedName |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject)
Deprecated.
This method creates only static role.
This method will be removed in the next major release.
Use
RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
within the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
within the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Set<RoleAssignmentAttribute> assignmentAttributes,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
in the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Set<RoleAssignmentAttribute> assignmentAttributes,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
in the given container.
|
OrganizationalContainerMO |
ContainerManager.getContainerByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the organizational container for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
OrganizationalContainerMO |
ContainerManager.getContainerByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the organizational container for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
java.util.Collection |
ContainerManager.getContainers(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
Returns the container(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
ContainerManager.getContainers(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
Returns the container(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
ContainerManager.getContainers(java.lang.String profileName,
java.lang.String name,
OrganizationalContainerMO parent)
Returns the container(s) with the name within the given parent container.
|
java.util.Collection |
ContainerManager.getContainers(java.lang.String profileName,
java.lang.String name,
OrganizationalContainerMO parent)
Returns the container(s) with the name within the given parent 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,
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.
|
java.util.Collection |
PersonManager.getPeople(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name)
Returns the person(s) with the the name within the given parent
container.
|
java.util.Collection |
PersonManager.getPeople(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name)
Returns the person(s) with the the name within the given parent
container.
|
java.util.Collection |
PersonManager.getPeople(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name,
boolean subTree)
Returns the person(s) with the the name within the given parent
container.
|
java.util.Collection |
PersonManager.getPeople(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name,
boolean subTree)
Returns the person(s) with the the name within the given parent
container.
|
java.util.Collection |
PersonManager.getPeople(java.lang.String attributeName,
java.lang.Object attributeValue,
OrganizationalContainerMO parent)
Returns the person(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
PersonManager.getPeople(java.lang.String attributeName,
java.lang.Object attributeValue,
OrganizationalContainerMO parent)
Returns the person(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
PersonManager.getPeople(java.lang.String attributeName,
java.lang.Object attributeValue,
OrganizationalContainerMO parent,
boolean subTree)
Returns the person(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
PersonManager.getPeople(java.lang.String attributeName,
java.lang.Object attributeValue,
OrganizationalContainerMO parent,
boolean subTree)
Returns the person(s) matching the given attribute within the given
parent container.
|
PersonMO |
PersonManager.getPersonByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the person for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
PersonMO |
PersonManager.getPersonByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the person for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
RoleMO |
RoleManager.getRoleByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the role for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
RoleMO |
RoleManager.getRoleByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the role for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
java.util.Collection |
RoleManager.getRoles(OrganizationalContainerMO container,
java.lang.String name)
Returns the role(s) with the name within the given parent
container.
|
java.util.Collection |
RoleManager.getRoles(OrganizationalContainerMO container,
java.lang.String name)
Returns the role(s) with the name within the given parent
container.
|
java.util.Collection |
RoleManager.getRoles(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
Returns the roles that match the specified attribute within the
parent container.
|
java.util.Collection |
RoleManager.getRoles(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
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.
|
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.
|
Request |
PersonMO.transfer(OrganizationalContainerMO newContainer,
java.util.Date scheduledTime)
Transfers (moves) the person to another container.
|
Request |
PersonMO.transfer(OrganizationalContainerMO newContainer,
java.util.Date scheduledTime)
Transfers (moves) the person to another container.
|
Request |
PersonMO.transfer(OrganizationalContainerMO newContainer,
java.util.Date scheduledTime,
java.lang.String justification)
Transfers (moves) the person to another container.
|
Request |
PersonMO.transfer(OrganizationalContainerMO newContainer,
java.util.Date scheduledTime,
java.lang.String justification)
Transfers (moves) the person to another container.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
CredentialPoolMO.getContainer()
Returns the current parent container in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
CredentialManager.addCredential(OrganizationalContainerMO container,
AccountMO account,
Credential credential,
boolean resetPassword,
java.util.Date scheduledTime,
java.lang.String justification)
This API adds an account's credential to the credential vault in the specified organizational container.
|
Request |
CredentialManager.addCredential(OrganizationalContainerMO container,
AccountMO account,
Credential credential,
byte[] password,
java.util.Date scheduledTime,
java.lang.String justification)
The API adds an account's credential to the credential vault in the specified organizational container.
|
Request |
CredentialManager.addCredential(OrganizationalContainerMO container,
ServiceInfo serviceInfo,
Credential credential,
byte[] password,
java.util.Date scheduledTime,
java.lang.String justification)
This API adds a credential to the credential vault.
|
SharedAccessPolicyMO |
SharedAccessPolicyManager.createPolicy(OrganizationalContainerMO container,
SharedAccessPolicy policy)
Creates a shared access policy with the no memberships and no entitlements in an organizational container.
|
SharedAccessPolicyMO |
SharedAccessPolicyManager.createPolicy(OrganizationalContainerMO container,
SharedAccessPolicy policy,
java.util.Collection<SAMembership> memberships,
java.util.Collection<SAEntitlement> entitlements)
Creates a shared access policy with the given memberships and entitlements in an organizational container.
|
CredentialPoolMO |
CredentialPoolManager.createPool(OrganizationalContainerMO orgContainer,
ServiceMO service,
CredentialPool credentialPool)
Creates a credential pool for the given service in an organizational container.
|
java.util.Collection<CredentialComponent> |
CredentialPoolManager.getCredentialPools(OrganizationalContainerMO parent,
java.lang.String serviceProfileName,
java.lang.String serviceNamePattern,
java.lang.String poolNamePattern,
SearchResultsStatus resultStatus)
This API returns the credential pools that matches the given name and service name search pattern within the given
container.
|
java.util.Collection<SharedAccessPolicyMO> |
SharedAccessPolicyManager.getPolicies(OrganizationalContainerMO container,
java.lang.String policySearchInfo,
SearchResultsStatus resultStatus)
This method returns the shared access policies(s) with the the name or description within the given parent
container.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
ProvisioningPolicyMO.getContainer()
Returns the current parent container of this policy.
|
OrganizationalContainerMO |
RecertificationPolicyMO.getContainer()
Returns the current parent container of this policy.
|
OrganizationalContainerMO |
SeparationOfDutyPolicyMO.getContainer()
Returns the current parent container of this policy.
|
OrganizationalContainerMO |
ProvisioningPolicyMO.getOrganization()
Returns the organization this policy is contained within.
|
OrganizationalContainerMO |
RecertificationPolicyMO.getOrganization()
Returns the organization that the policy is contained within.
|
OrganizationalContainerMO |
SeparationOfDutyPolicyMO.getOrganization()
Returns the organization this policy is contained within.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
SeparationOfDutyPolicyManager.checkAccess(OrganizationalContainerMO container,
java.lang.String operation)
Check to see if the given signed in user can perform a given change.
|
Request |
ProvisioningPolicyManager.createPolicy(OrganizationalContainerMO container,
ProvisioningPolicy subject,
java.util.Date scheduleTime)
Creates a provisioning policy in the provisioning platform with the specified
attributes within the given container.
|
void |
RecertificationPolicyManager.createPolicy(OrganizationalContainerMO container,
RecertificationPolicy policy)
Creates a recertification policy in the provisioning platform with the
specified attributes within the given container.
|
Request |
SeparationOfDutyPolicyManager.createPolicy(OrganizationalContainerMO container,
SeparationOfDutyPolicy policy,
java.util.Date scheduleTime)
Creates a separation of duty policy in the provisioning platform with the
specified attributes within the given container.
|
Request |
ProvisioningPolicyManager.deletePolicy(OrganizationalContainerMO container,
DistinguishedName subjectDN,
java.util.Date scheduleTime)
Deletes a provisioning policy in the provisioning platform
|
java.util.Collection |
ProvisioningPolicyManager.getPolicies(OrganizationalContainerMO container,
java.lang.String name)
Returns the provisioning policies(s) with the the name within the given parent
container.
|
java.util.Collection<RecertificationPolicyMO> |
RecertificationPolicyManager.getPoliciesByName(OrganizationalContainerMO container,
java.lang.String name,
boolean subTree)
Returns the policy(or policies) matching the given name within the given parent
container.
|
java.util.Collection<RecertificationPolicyMO> |
RecertificationPolicyManager.getPoliciesByNameOrDescription(OrganizationalContainerMO container,
java.lang.String name,
boolean subTree)
Returns the policy or policies matching the given name or description within the
given parent container.
|
ProvisioningPolicyMO |
ProvisioningPolicyManager.getPolicyByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the provisioning policy for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
SeparationOfDutyPolicyMO |
SeparationOfDutyPolicyManager.getPolicyByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the separation of duty policy for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
java.lang.Boolean |
RecertificationPolicyManager.isOperationAllowed(OrganizationalContainerMO container,
java.lang.String operation)
This method verifies if the signed in user can perform the specified
recertification policy operation within the given container.
|
Request |
ProvisioningPolicyManager.modifyPolicy(OrganizationalContainerMO container,
ProvisioningPolicy subject,
java.util.Date scheduleTime)
Modifies a provisioning policy in the provisioning platform within the
given container.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
ServiceMO.getContainer()
Returns the current parent container in the tree.
|
OrganizationalContainerMO |
ServiceMO.getContainer()
Returns the current parent container in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject)
Creates a service in the provisioning platform with the specified
attributes within the given container.
|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject)
Creates a service in the provisioning platform with the specified
attributes within the given container.
|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject,
ManualWorkOrder manualWorkOrder)
Creates a service in the provisioning platform with the specified attributes within the container.
|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject,
ManualWorkOrder manualWorkOrder)
Creates a service in the provisioning platform with the specified attributes within the container.
|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject,
ServiceTestResult result)
Creates a service in the provisioning platform with the specified
attributes within the given container.
|
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject,
ServiceTestResult result)
Creates a service in the provisioning platform with the specified
attributes within the given container.
|
AccountMO |
AccountManager.getAccountByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the account for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
AccountMO |
AccountManager.getAccountByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the account for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
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.
|
GroupMO |
GroupManager.getGroupByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the group for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
GroupMO |
GroupManager.getGroupByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the group for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
ServiceMO |
ServiceManager.getServiceByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the service for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
ServiceMO |
ServiceManager.getServiceByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the service for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String name)
Returns the Collection of the ServiceMO objects by name.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String name)
Returns the Collection of the ServiceMO objects by name.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
Returns the service(s) matching the given attribute within the given
parent container.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO parent,
java.lang.String attributeName,
java.lang.Object attributeValue)
Returns the service(s) matching the given attribute within the given
parent 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.
|
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.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name)
Returns the service(s) with the the name within the given parent
container.
|
java.util.Collection |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name)
Returns the service(s) with the the name within the given parent
container.
|
java.util.Collection<ServiceMO> |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name,
java.util.Collection<ServiceStatus> statusValues,
boolean subtree,
int sizeLimit)
Returns the service(s) with the profileName, name, and status within the given parent
container.
|
java.util.Collection<ServiceMO> |
ServiceManager.getServices(OrganizationalContainerMO container,
java.lang.String profileName,
java.lang.String name,
java.util.Collection<ServiceStatus> statusValues,
boolean subtree,
int sizeLimit)
Returns the service(s) with the profileName, name, and status within the given parent
container.
|
ServiceTestResult |
ServiceManager.testCommunications(OrganizationalContainerMO container,
Service subject)
Tests the communication with the physical service defined in a
given service value object.
|
ServiceTestResult |
ServiceManager.testCommunications(OrganizationalContainerMO container,
Service subject)
Tests the communication with the physical service defined in a
given service value object.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
SearchMO.getOrgContext()
Returns the context (base) for the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchMO.setContext(OrganizationalContainerMO containerMO)
Sets the context (base) for the search, if set, takes precedence over
setContext(CompoundDN logicalContext).
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationalContainerMO |
SystemRoleMO.getContainer()
Returns the current parent container in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
SystemRoleMO |
SystemRoleManager.createRole(OrganizationalContainerMO container,
SystemRole systemRole)
Creates a system role in the provisioning platform with the specified
attributes within the given container.
|
SystemRoleMO |
SystemRoleManager.getRoleByURI(OrganizationalContainerMO container,
java.lang.String uri)
Returns the system role for the given Uniform Resource Identifier (URI)
within the specified parent container.
|
java.util.Collection |
SystemRoleManager.getRoles(OrganizationalContainerMO container,
java.lang.String name)
Returns the system roles by name within the given parent container.
|
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.