Interface UcmdbServiceProvider


public interface UcmdbServiceProvider
Services to obtain a UcmdbService and server information.
Typical use of this interface to obtain a UcmdbService:
 Credentials credentials = provider.createCredentials(username, password);
 ClientContext myContext = provider.createClientContext("myapplication");
 UcmdbService ucmdbService = provider.connect(credentials, myContext);