Class PortalClientConfig


  • public class PortalClientConfig
    extends Object
    This is a centralized configuration for the portal services. The config file can be copied to all hybrid services test resource if it is needed for test cases. This refactor will avoid duplications if we give each hybrid service a config file.
    Author:
    Steve Hu
    • Constructor Detail

      • PortalClientConfig

        public PortalClientConfig()
    • Method Detail

      • isPortalByServiceUrl

        public boolean isPortalByServiceUrl()
      • setPortalByServiceUrl

        public void setPortalByServiceUrl​(boolean portalByServiceUrl)
      • getPortalQueryServiceUrl

        public String getPortalQueryServiceUrl()
      • setPortalQueryServiceUrl

        public void setPortalQueryServiceUrl​(String portalQueryServiceUrl)
      • getPortalCommandServiceUrl

        public String getPortalCommandServiceUrl()
      • setPortalCommandServiceUrl

        public void setPortalCommandServiceUrl​(String portalCommandServiceUrl)
      • getPortalQueryServiceId

        public String getPortalQueryServiceId()
      • setPortalQueryServiceId

        public void setPortalQueryServiceId​(String portalQueryServiceId)
      • getPortalCommandServiceId

        public String getPortalCommandServiceId()
      • setPortalCommandServiceId

        public void setPortalCommandServiceId​(String portalCommandServiceId)
      • getPortalReferenceServiceId

        public String getPortalReferenceServiceId()
      • setPortalReferenceServiceId

        public void setPortalReferenceServiceId​(String portalReferenceServiceId)
      • getBootstrapToken

        public String getBootstrapToken()
      • setBootstrapToken

        public void setBootstrapToken​(String bootstrapToken)