| 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. |
| Modifier and Type | Method and Description |
|---|---|
ServiceStatus |
ServiceStatusDetail.getServiceStatus()
Returns the service status
|
static ServiceStatus |
ServiceStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceStatus[] |
ServiceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceStatusDetail.setServiceStatus(ServiceStatus newStatus)
Updates the summary ServiceStatus for the service.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ServiceStatusDetail(DistinguishedName serviceDN,
ServiceStatus status,
java.util.Date lastAccessTime,
java.util.Date firstFailTime,
java.util.Date oldestRequestFailTime,
java.lang.String oldestRequestId,
long oldestRequestProcessId,
long oldestRequestRootProcessId,
int blockedRequestCount,
java.lang.String lastFailureReason,
java.lang.String lastServer)
Constructs a service status detail object.
|
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.