Interface ContextHelperService

  • All Known Implementing Classes:
    DefaultContextHelperService

    public interface ContextHelperService
    This interface is intended to encapsulate functionality for getting client id and tenant id from the request context
    • Method Detail

      • getClientId

        String getClientId()
        Get the client id from the request context
        Returns:
      • setClientId

        void setClientId​(String clientId)
        Set the client id on the request context
        Parameters:
        clientId -
      • getTenantId

        String getTenantId()
        Use the client id from the request context to look up the tenant id
        Returns: