Class HttpBasicAuth

java.lang.Object
dev.vality.swag_webhook_events.auth.HttpBasicAuth
All Implemented Interfaces:
Authentication

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class HttpBasicAuth
extends Object
implements Authentication
  • Constructor Details

    • HttpBasicAuth

      public HttpBasicAuth()
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername​(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword​(String password)
    • applyToParams

      public void applyToParams​(org.springframework.util.MultiValueMap<String,​String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String,​String> cookieParams)
      Description copied from interface: Authentication
      Apply authentication settings to header and / or query parameters.
      Specified by:
      applyToParams in interface Authentication
      Parameters:
      queryParams - The query parameters for the request
      headerParams - The header parameters for the request
      cookieParams - The cookie parameters for the request