@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-10-05T15:31:23.235+02:00") public class ApiKeyAuth extends Object implements Authentication
Constructor and Description |
---|
ApiKeyAuth(String location,
String paramName) |
Modifier and Type | Method and Description |
---|---|
void |
applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams,
org.springframework.http.HttpHeaders headerParams)
Apply authentication settings to header and / or query parameters.
|
String |
getApiKey() |
String |
getApiKeyPrefix() |
String |
getLocation() |
String |
getParamName() |
void |
setApiKey(String apiKey) |
void |
setApiKeyPrefix(String apiKeyPrefix) |
public String getLocation()
public String getParamName()
public String getApiKey()
public void setApiKey(String apiKey)
public String getApiKeyPrefix()
public void setApiKeyPrefix(String apiKeyPrefix)
public void applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams)
Authentication
applyToParams
in interface Authentication
queryParams
- The query parameters for the requestheaderParams
- The header parameters for the requestCopyright © 2011–2023 aiticon GmbH. All rights reserved.