Class ApiClientFactory

java.lang.Object
com.appliedolap.essbase.ApiClientFactory

public class ApiClientFactory extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • create

      public com.appliedolap.essbase.client.ApiClient create()
    • currentAuthorizationHeader

      public String currentAuthorizationHeader()
      Returns the current Authorization header value, matching what the request interceptor would apply, or null when the current strategy sends none. Useful for download-bypass code that constructs raw HttpRequests.
    • currentCookieHeader

      public String currentCookieHeader()
      Returns the current Cookie header value, or null when the current strategy sends none. Pairs with currentAuthorizationHeader() for download bypass paths.