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 TypeMethodDescriptionvoid
setDefaultSessionTenant
(String tenantName) void
setLoggedInDelegateUserName
(String delegateUserName) void
setLoggedInUser
(String loggedInUserName) void
setLoggedInUser
(String loggedInUserName, String loggedInUserRepository) Methods inherited from interface com.hp.ucmdb.api.RequestContext
getAsMap
-
Method Details
-
setLoggedInUser
-
setLoggedInUser
-
setLoggedInDelegateUserName
-
setDefaultSessionTenant
-