| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceMO.getData()
Returns a current snapshot of the Service object.
|
Service |
ServiceMO.getData()
Returns a current snapshot of the Service object.
|
| 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.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostedService
Value Object class that holds the attribute information of a hosted service in
the data model.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ServiceEntity |
IServiceEntity.create(ObjectProfile profile,
Service service)
Create a ServiceEntity object for this Service.
|
static ServiceEntity |
ServiceEntity.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.
|
ServiceEntity |
IServiceEntity.create(Service serviceObject)
Create a ServiceEntity object for this Service.
|
static ServiceEntity |
ServiceEntity.create(Service serviceObject)
Create a ServiceEntity object for this Service.
|
| Constructor and Description |
|---|
CredentialPool(java.lang.String name,
Service service,
OrganizationalContainer orgContainer,
java.util.List<Group> groups,
java.util.List<DistinguishedName> owners)
Constructs object with attribute information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceTarget.containsService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
UnsolicitedEventProcessor.findService(java.lang.String filter)
Gets the service for this event processor matching a given filter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.