Interface ESTAuth

  • All Known Implementing Classes:
    HttpAuth

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

      • 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.