Uses of Class
com.ibm.itim.apps.identity.OrganizationalContainerMO

Packages that use OrganizationalContainerMO
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.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. 
 

Uses of OrganizationalContainerMO in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that return OrganizationalContainerMO
 OrganizationalContainerMO ContainerManager.createContainer(OrganizationalContainerMO container, OrganizationalContainer object)
          Creates a container in the provisioning platform with the specified attributes within the given parent container.
 OrganizationalContainerMO RoleMO.getContainer()
          Returns the current parent container in the tree.
 OrganizationalContainerMO PersonMO.getContainer()
          Returns the current parent container in the tree.
 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 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.
 

Methods in com.ibm.itim.apps.identity with parameters of type OrganizationalContainerMO
 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.
 DistinguishedName RoleManager.createRole(OrganizationalContainerMO container, Role subject)
           
 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.
 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.
 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.
 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(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 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 role(s) matching the given attribute within the given parent container.
 void RoleManager.getRoles(OrganizationalContainerMO parent, java.lang.String attributeName, java.lang.Object attributeValue, SearchResultsMO results)
          Returns the role(s) matching the given attribute within the given container.
 Request PersonMO.transfer(OrganizationalContainerMO newContainer, java.util.Date scheduledTime)
          Transfers (moves) the person to another container.
 

Uses of OrganizationalContainerMO in com.ibm.itim.apps.policy
 

Methods in com.ibm.itim.apps.policy that return OrganizationalContainerMO
 OrganizationalContainerMO ProvisioningPolicyMO.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 SeparationOfDutyPolicyMO.getOrganization()
          Returns the organization this policy is contained within.
 

Methods in com.ibm.itim.apps.policy with parameters of type OrganizationalContainerMO
 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.
 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.
 Request ProvisioningPolicyManager.modifyPolicy(OrganizationalContainerMO container, ProvisioningPolicy subject, java.util.Date scheduleTime)
          Modifies a provisioning policy in the provisioning platform within the given container.
 

Uses of OrganizationalContainerMO in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that return OrganizationalContainerMO
 OrganizationalContainerMO ServiceMO.getContainer()
          Returns the current parent container in the tree.
 

Methods in com.ibm.itim.apps.provisioning with parameters of type OrganizationalContainerMO
 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, ServiceTestResult result)
          Creates a service in the provisioning platform with the specified attributes within the given 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 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.
 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.
 ServiceTestResult ServiceManager.testCommunications(OrganizationalContainerMO container, Service subject)
          Tests the communication with the physical service defined in a given service value object.
 

Uses of OrganizationalContainerMO in com.ibm.itim.apps.search
 

Methods in com.ibm.itim.apps.search that return OrganizationalContainerMO
 OrganizationalContainerMO SearchMO.getOrgContext()
          Returns the context (base) for the search.
 

Methods in com.ibm.itim.apps.search with parameters of type OrganizationalContainerMO
 void SearchMO.setContext(OrganizationalContainerMO containerMO)
          Sets the context (base) for the search, if set, takes precedence over setContext(CompoundDN logicalContext).
 

Uses of OrganizationalContainerMO in com.ibm.itim.apps.system
 

Methods in com.ibm.itim.apps.system with parameters of type OrganizationalContainerMO
 SystemRoleMO SystemRoleManager.createRole(OrganizationalContainerMO container, SystemRole systemRole)
          Creates a system role in the provisioning platform with the specified attributes within the given container.
 java.util.Collection SystemRoleManager.getRoles(OrganizationalContainerMO container, java.lang.String name)
          Returns the system role(s) by name within the given parent container.
 



IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.