Class ApiKeyAuth
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth.ApiKeyAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-04-24T12:13:40.243553646+02:00[Europe/Berlin]")
public class ApiKeyAuth
extends Object
implements Authentication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply authentication settings to header and query params.voidvoidsetApiKeyPrefix(String apiKeyPrefix)
-
Field Details
-
location
-
paramName
-
apiKey
-
apiKeyPrefix
-
-
Constructor Details
-
ApiKeyAuth
-
-
Method Details
-
getLocation
-
getParamName
-
getApiKey
-
setApiKey
-
getApiKeyPrefix
-
setApiKeyPrefix
-
applyToParams
Description copied from interface:AuthenticationApply authentication settings to header and query params.- Specified by:
applyToParamsin interfaceAuthentication- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameters
-