Uses of Interface
com.hp.ucmdb.api.Credentials
Packages that use Credentials
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of Credentials in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that return CredentialsModifier and TypeMethodDescriptionUcmdbServiceProvider.createCertificateCredentials(String keystore, String keystorePass) Creates a Certificate Credentials object to be used in the connect method.UcmdbServiceProvider.createCredentials(String userName, char[] password) Deprecated.Creates a Credentials object to be used in the connect method.UcmdbServiceProvider.createCredentials(String userName, char[] password, String userRepository) Creates a Credentials object to be used in the connect method.UcmdbServiceProvider.createCredentials(String userName, String password) Creates a Credentials object to be used in the connect method.UcmdbServiceProvider.createCredentials(String userName, String password, String userRepository) Creates a Credentials object to be used in the connect method.Methods in com.hp.ucmdb.api with parameters of type CredentialsModifier and TypeMethodDescriptionUcmdbServiceProvider.connect(Credentials credentials, ClientContext clientContext) Connects the client to the UCMDB.UcmdbServiceProvider.connect(CustomerContext customerContext, Credentials credentials, ClientContext clientContext) Connects to an instance of a customer in the multi-tenant UCMDB server.UcmdbServiceProvider.connectManagement(Credentials credentials, ClientContext clientContext) Connects the client to the UCMDB.