Class TokenRequest

    • Constructor Detail

      • TokenRequest

        public TokenRequest()
    • Method Detail

      • getGrantType

        public String getGrantType()
      • setGrantType

        public void setGrantType​(String grantType)
      • getUri

        public String getUri()
      • isEnableHttp2

        public boolean isEnableHttp2()
      • setEnableHttp2

        public void setEnableHttp2​(boolean enableHttp2)
      • setUri

        public void setUri​(String uri)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • setScope

        public void setScope​(List<String> scope)
      • getServerUrl

        public String getServerUrl()
      • setServerUrl

        public void setServerUrl​(String serverUrl)
      • getServiceId

        public String getServiceId()
      • setServiceId

        public void setServiceId​(String serviceId)
      • getCsrf

        public String getCsrf()
      • setCsrf

        public void setCsrf​(String csrf)
      • getProxyHost

        public String getProxyHost()
      • setProxyHost

        public void setProxyHost​(String proxyHost)
      • getProxyPort

        public int getProxyPort()
      • setProxyPort

        public void setProxyPort​(int proxyPort)