Package kubevirt.auth
Class ApiKeyAuth
java.lang.Object
kubevirt.auth.ApiKeyAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
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
-