Package org.apache.nifi.api.toolkit.auth
Class ApiKeyAuth
java.lang.Object
org.apache.nifi.api.toolkit.auth.ApiKeyAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ApiKeyAuth
extends Object
implements Authentication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply authentication settings to header and query params.void
void
setApiKeyPrefix
(String apiKeyPrefix)
-
Field Details
-
location
-
paramName
-
apiKey
-
apiKeyPrefix
-
-
Constructor Details
-
ApiKeyAuth
-
-
Method Details
-
getLocation
-
getParamName
-
getApiKey
-
setApiKey
-
getApiKeyPrefix
-
setApiKeyPrefix
-
applyToParams
Description copied from interface:Authentication
Apply authentication settings to header and query params.- Specified by:
applyToParams
in interfaceAuthentication
- Parameters:
queryParams
- List of query parametersheaderParams
- Map of header parameters
-