Class ApiKeyAuth

java.lang.Object
com.kryptokrauts.mdw.generated.auth.ApiKeyAuth
All Implemented Interfaces:
Authentication

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-01-10T23:40:12.989595060Z[Etc/UTC]")
public class ApiKeyAuth
extends java.lang.Object
implements Authentication
  • Constructor Summary

    Constructors
    Constructor Description
    ApiKeyAuth​(java.lang.String location, java.lang.String paramName)  
  • Method Summary

    Modifier and Type Method Description
    void applyToParams​(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams)
    Apply authentication settings to header and query params.
    java.lang.String getApiKey()  
    java.lang.String getApiKeyPrefix()  
    java.lang.String getLocation()  
    java.lang.String getParamName()  
    void setApiKey​(java.lang.String apiKey)  
    void setApiKeyPrefix​(java.lang.String apiKeyPrefix)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApiKeyAuth

      public ApiKeyAuth​(java.lang.String location, java.lang.String paramName)
  • Method Details

    • getLocation

      public java.lang.String getLocation()
    • getParamName

      public java.lang.String getParamName()
    • getApiKey

      public java.lang.String getApiKey()
    • setApiKey

      public void setApiKey​(java.lang.String apiKey)
    • getApiKeyPrefix

      public java.lang.String getApiKeyPrefix()
    • setApiKeyPrefix

      public void setApiKeyPrefix​(java.lang.String apiKeyPrefix)
    • applyToParams

      public void applyToParams​(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams)
      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