| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Service | |
|---|---|
| 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.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model.  | 
| com.ibm.itim.dataservices.model.pim | Extends the com.ibm.itim.dataservices.model package to provide a remotable application programming
interface for Shared Access Module objects.  | 
| com.ibm.itim.dataservices.model.policy | |
| com.ibm.itim.dataservices.model.system | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model.  | 
| com.ibm.itim.remoteservices.provider | Provides the interfaces and classes necessary to write a custom service provider that remote services will use. | 
| Uses of Service in com.ibm.itim.apps.provisioning | 
|---|
| Methods in com.ibm.itim.apps.provisioning that return Service | |
|---|---|
 Service | 
ServiceMO.getData()
Returns a current snapshot of the Service object.  | 
 Service | 
ServiceMO.getData()
Returns a current snapshot of the Service object.  | 
| Methods in com.ibm.itim.apps.provisioning with parameters of type Service | |
|---|---|
 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.  | 
 boolean | 
ServiceMO.isCircularDependent(Service serv)
Checks whether this managed object (ServiceMO) is a prerequisite of a service (that is passesed as a parameter) or the prerequisite of service's prerequisite.  | 
 boolean | 
ServiceMO.isCircularDependent(Service serv)
Checks whether this managed object (ServiceMO) is a prerequisite of a service (that is passesed as a parameter) or the prerequisite of service's prerequisite.  | 
 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.  | 
 void | 
ServiceMO.update(Service s)
Updates the managed object.  | 
 void | 
ServiceMO.update(Service s)
Updates the managed object.  | 
 void | 
ServiceMO.update(Service s,
       ManualWorkOrder mwo)
Updates the managed objects.  | 
 void | 
ServiceMO.update(Service s,
       ManualWorkOrder mwo)
Updates the managed objects.  | 
| Uses of Service in com.ibm.itim.dataservices.model.domain | 
|---|
| Subclasses of Service in com.ibm.itim.dataservices.model.domain | |
|---|---|
 class | 
HostedService
Value Object class that holds the attribute information of a hosted service in the data model.  | 
| Methods in com.ibm.itim.dataservices.model.domain with parameters of type Service | |
|---|---|
 ServiceEntity | 
ServiceFactory.create(CompoundDN logicalContext,
       Service service)
Creates a service in the data store with the given value object to define the service's attributes.  | 
static ServiceEntity | 
ServiceEntity.create(ObjectProfile profile,
       Service service)
Create a ServiceEntity object for this Service.  | 
 ServiceEntity | 
IServiceEntity.create(ObjectProfile profile,
       Service service)
Create a ServiceEntity object for this Service.  | 
 ServiceEntity | 
ServiceFactory.create(OrganizationalContainerEntity logicalContext,
       Service service)
Creates a service in the data store with the given value object to define the service's attributes.  | 
static ServiceEntity | 
ServiceEntity.create(Service serviceObject)
Create a ServiceEntity object for this Service.  | 
 ServiceEntity | 
IServiceEntity.create(Service serviceObject)
Create a ServiceEntity object for this Service.  | 
| Uses of Service in com.ibm.itim.dataservices.model.pim | 
|---|
| Constructors in com.ibm.itim.dataservices.model.pim with parameters of type Service | |
|---|---|
CredentialPool(java.lang.String name,
               Service service,
               OrganizationalContainer orgContainer,
               java.util.List<Group> groups,
               java.util.List<DistinguishedName> owners)
Constructs object with attribute information.  | 
|
| Uses of Service in com.ibm.itim.dataservices.model.policy | 
|---|
| Methods in com.ibm.itim.dataservices.model.policy with parameters of type Service | |
|---|---|
 boolean | 
ServiceTarget.containsService(Service service)
 | 
| Uses of Service in com.ibm.itim.dataservices.model.system | 
|---|
| Methods in com.ibm.itim.dataservices.model.system with parameters of type Service | |
|---|---|
 SystemUserEntity | 
SystemUserFactory.create(DistinguishedName tenantDN,
       Person owner,
       Service service,
       SystemUser sysUser)
Creates a system user in the data store with the given value object to define the SystemUser's attributes.  | 
| Uses of Service in com.ibm.itim.remoteservices.provider | 
|---|
| Methods in com.ibm.itim.remoteservices.provider that return Service | |
|---|---|
 Service | 
UnsolicitedEventProcessor.findService(java.lang.String filter)
Gets the service for this event processor matching a given filter.  | 
| Methods in com.ibm.itim.remoteservices.provider with parameters of type Service | |
|---|---|
 DirectoryObject | 
UnsolicitedEventProcessor.lookup(Service service,
       java.lang.String filter)
Lookup an object in the data store.  | 
 RequestStatus | 
UnsolicitedEventProcessor.processAddRequest(Service service,
                  java.lang.String entryDN,
                  java.util.Collection objectClasses,
                  AttributeValues attributeValues)
Process an add request sent from a remote service in a unsolicited notification event.  | 
 RequestStatus | 
UnsolicitedEventProcessor.processDeleteRequest(Service service,
                     java.lang.String entryDN)
Process a delete request sent from a remote service in a unsolicited notification event.  | 
 RequestStatus | 
UnsolicitedEventProcessor.processModifyRequest(Service service,
                     java.lang.String entryDN,
                     AttributeChanges changes)
Process a modify request sent from a remote service in a unsolicited notification event.  | 
 RequestStatus | 
UnsolicitedEventProcessor.processRestoreRequest(Service service,
                      java.lang.String entryDN)
Process a restore request sent from a remote service in a unsolicited notification event.  | 
 RequestStatus | 
UnsolicitedEventProcessor.processSuspendRequest(Service service,
                      java.lang.String entryDN)
Process a suspend request sent from a remote service in a unsolicited notification event.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||