Package | Description |
---|---|
com.hp.ucmdb.api |
This package contains the top level of API set for working with the UCMDB.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
UcmdbServiceProvider.createCertificateCredentials(String keystore,
String keystorePass)
Creates a Certificate Credentials object to be used in the connect method.
|
Credentials |
UcmdbServiceProvider.createCredentials(String userName,
char[] password)
Deprecated.
Creates a Credentials object to be used in the connect method.
This method will set UCMDB as user repository.
|
Credentials |
UcmdbServiceProvider.createCredentials(String userName,
char[] password,
String userRepository)
Creates a Credentials object to be used in the connect method.
|
Credentials |
UcmdbServiceProvider.createCredentials(String userName,
String password)
Creates a Credentials object to be used in the connect method.
|
Credentials |
UcmdbServiceProvider.createCredentials(String userName,
String password,
String userRepository)
Creates a Credentials object to be used in the connect method.
|
Modifier and Type | Method and Description |
---|---|
UcmdbService |
UcmdbServiceProvider.connect(Credentials credentials,
ClientContext clientContext)
Connects the client to the UCMDB.
|
UcmdbService |
UcmdbServiceProvider.connect(CustomerContext customerContext,
Credentials credentials,
ClientContext clientContext)
Connects to an instance of a customer in the multi-tenant UCMDB server.
|
UcmdbManagementService |
UcmdbServiceProvider.connectManagement(Credentials credentials,
ClientContext clientContext)
Connects the client to the UCMDB.
|