Interface ESTAuth

All Known Implementing Classes:
HttpAuth

public interface ESTAuth
Base interface for an object with adds HTTP Auth attributes to an ESTRequest
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the Auth attributes to the passed in request builder.
  • Method Details

    • applyAuth

      void applyAuth(ESTRequestBuilder reqBldr)
      Add the Auth attributes to the passed in request builder.
      Parameters:
      reqBldr - the builder for the request needing the Auth attributes.