Package com.hp.ucmdb.api
Interface ClientContext
- All Superinterfaces:
RequestContext
Identification of the client application that is using the UCMDB.
Obtain this interface from
UcmdbServiceProvider.createClientContext(java.lang.String).-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDefaultSessionTenant(String tenantName) voidsetLoggedInDelegateUserName(String delegateUserName) voidsetLoggedInUser(String loggedInUserName) voidsetLoggedInUser(String loggedInUserName, String loggedInUserRepository) Methods inherited from interface com.hp.ucmdb.api.RequestContext
getAsMap
-
Method Details
-
setLoggedInUser
-
setLoggedInUser
-
setLoggedInDelegateUserName
-
setDefaultSessionTenant
-