Class ApiKeyAuth

  • All Implemented Interfaces:
    Authentication

    @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-03-03T15:07:47.764821Z[Etc/UTC]")
    public class ApiKeyAuth
    extends Object
    implements Authentication
    • 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​(List<Pair> queryParams,
                                  Map<String,​String> headerParams,
                                  Map<String,​String> cookieParams)
        Description copied from interface: Authentication
        Apply authentication settings to header and query params.
        Specified by:
        applyToParams in interface Authentication
        Parameters:
        queryParams - List of query parameters
        headerParams - Map of header parameters
        cookieParams - Map of cookie parameters