Interface ClientContext

All Superinterfaces:
RequestContext

public interface ClientContext extends RequestContext
Identification of the client application that is using the UCMDB. Obtain this interface from UcmdbServiceProvider.createClientContext(java.lang.String).
  • Method Details

    • setLoggedInUser

      void setLoggedInUser(String loggedInUserName)
    • setLoggedInUser

      void setLoggedInUser(String loggedInUserName, String loggedInUserRepository)
    • setLoggedInDelegateUserName

      void setLoggedInDelegateUserName(String delegateUserName)
    • setDefaultSessionTenant

      void setDefaultSessionTenant(String tenantName)