Class ApiKeyAuth

    • Constructor Detail

      • ApiKeyAuth

        public ApiKeyAuth​(String location,
                          String paramName)
    • Method Detail

      • getLocation

        public String getLocation()
      • getParamName

        public String getParamName()
      • getApiKey

        public String getApiKey()
      • setApiKey

        public void setApiKey​(String apiKey)
      • getApiKeyPrefix

        public String getApiKeyPrefix()
      • setApiKeyPrefix

        public void setApiKeyPrefix​(String apiKeyPrefix)
      • applyToParams

        public void applyToParams​(org.springframework.util.MultiValueMap<String,​String> queryParams,
                                  org.springframework.http.HttpHeaders headerParams)
        Description copied from interface: Authentication
        Apply authentication settings to header and / or query parameters.
        Specified by:
        applyToParams in interface Authentication
        Parameters:
        queryParams - The query parameters for the request
        headerParams - The header parameters for the request