Class BasicAuthCredentialWriter

java.lang.Object
org.apache.arrow.flight.auth2.BasicAuthCredentialWriter
All Implemented Interfaces:
Consumer<CallHeaders>

public final class BasicAuthCredentialWriter extends Object implements Consumer<CallHeaders>
Client credentials that use a username and password.
  • Constructor Details

    • BasicAuthCredentialWriter

      public BasicAuthCredentialWriter(String name, String password)
  • Method Details