Package dev.vality.swag.analytics.auth
Class HttpBasicAuth
java.lang.Object
dev.vality.swag.analytics.auth.HttpBasicAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class HttpBasicAuth extends Object implements Authentication
-
Constructor Summary
Constructors Constructor Description HttpBasicAuth() -
Method Summary
Modifier and Type Method Description voidapplyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams)Apply authentication settings to header and / or query parameters.StringgetPassword()StringgetUsername()voidsetPassword(String password)voidsetUsername(String username)
-
Constructor Details
-
HttpBasicAuth
public HttpBasicAuth()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
applyToParams
public void applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams)Description copied from interface:AuthenticationApply authentication settings to header and / or query parameters.- Specified by:
applyToParamsin interfaceAuthentication- Parameters:
queryParams- The query parameters for the requestheaderParams- The header parameters for the request
-