Uses of Class
com.ibm.itim.apps.provisioning.ServiceMO

Packages that use ServiceMO
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.recon Extends the com.ibm.itim.apps package to provide a remotable application programming interface for reconciliation management. 
 

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

Methods in com.ibm.itim.apps.provisioning that return ServiceMO
 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.
 ServiceMO ServiceMO.getHost()
          Returns the host, or concrete service, this service proxies.
 ServiceMO AccountMO.getService()
          Returns the service that hosts this account.
 

Methods in com.ibm.itim.apps.provisioning with parameters of type ServiceMO
 Compliance AccountManager.checkAccountCompliance(PersonMO owner, ServiceMO service, AttributeValues params)
          Checks the account compliance on the given service with the given parameters for the given owner.
 Request AccountManager.createAccount(PersonMO owner, ServiceMO service, Account subject, java.util.Date scheduledTime)
          Creates an account in the provisioning platform with the specified attributes for the given person.
 GroupMO GroupManager.createGroup(ServiceMO serviceMO, Group group)
          Creates a group on a service.
 AttributeValues AccountManager.getAccountParameters(PersonMO owner, ServiceMO service)
          Returns the auto-generated parameters used to define the potential owner's account on the given service.
 java.util.Collection AccountManager.getAccounts(ServiceMO service, java.lang.String uid)
          Returns the account(s) with the uid hosted on the given service.
 java.util.Collection AccountManager.getAccounts(ServiceMO service, java.lang.String attributeName, java.lang.Object attributeValue)
          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 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.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 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.
 boolean AccountManager.isAccountCompliant(PersonMO owner, ServiceMO service, AttributeValues params, java.util.Collection errors)
          Deprecated. Please use checkAccountCompliance method.
 

Uses of ServiceMO in com.ibm.itim.apps.recon
 

Methods in com.ibm.itim.apps.recon with parameters of type ServiceMO
 void ReconManager.addReconUnitData(ServiceMO service, ReconUnitData reconUnitData, com.ibm.itim.remoteservices.ejb.mediation.IReconCompleteCallback reconCompleteCallback)
          Adds and configures a reconciliation unit for a resource.
 java.util.Collection ReconManager.getAvailableReconciliationAttributes(ServiceMO service)
          Returns a collection of attribute names of the account profile, associated with the specified service or resource, that are available on the resource and can be reconciled from the resource.
 java.util.Collection ReconManager.getReconUnits(ServiceMO service)
          Returns a collection of existing reconciliation units configured for a resource.
 boolean ReconManager.isFilterSupported(ServiceMO service)
          Returns true if underlying service supports filtered reconciliation that is, the ability to reconcile only a certain set of accounts from the resource, which match an LDAP compliant filter, specified when configuring a reconciliation unit for the resource.
 void ReconManager.removeReconUnitData(ServiceMO service, ReconUnitData reconUnitData)
          Removes an existing reconciliation unit configured for a resource with the same schedule information as that of the input parameter reconUnitData.
 Request ReconManager.runRecon(ServiceMO service, ReconUnitData reconUnitData)
          Runs a reconciliation immediately using the specified reconciliation unit for a given resource.
 Request ReconManager.runRecon(ServiceMO service, ReconUnitData reconUnitData, com.ibm.itim.remoteservices.ejb.mediation.IReconCompleteCallback reconCallback)
          Runs a reconciliation immediately using the specified reconciliation unit for a given resource, and a callback object which gains control after the reconciliation process has finished.
 void ReconManager.setReconUnits(ServiceMO service, java.util.Collection reconUnitData)
          Replaces the existing set of reconciliation units configured for a resource by a new collection of reconciliation units passed as a parameter.
 



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.