Class HttpBasicAuth

  • All Implemented Interfaces:
    Authentication

    @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2024-06-17T07:56:48.700222915Z[Etc/UTC]")
    public class HttpBasicAuth
    extends Object
    implements Authentication
    • Constructor Detail

      • HttpBasicAuth

        public HttpBasicAuth()
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • applyToParams

        public void applyToParams​(List<Pair> queryParams,
                                  Map<String,​String> headerParams)
        Description copied from interface: Authentication
        Apply authentication settings to header and query params.
        Specified by:
        applyToParams in interface Authentication
        Parameters:
        queryParams - List of query parameters
        headerParams - Map of header parameters