Interface Authentication

All Known Implementing Classes:
AWSAuthentication, BasicAuthentication

public interface Authentication
  • Method Summary

    Modifier and Type Method Description
    void addAuth​(HttpURLConnection urlConnection, String body)
    Modify the given urlConnection for whatever authentication scheme is used.
  • Method Details

    • addAuth

      void addAuth​(HttpURLConnection urlConnection, String body)
      Modify the given urlConnection for whatever authentication scheme is used.
      Parameters:
      urlConnection - the connection to the server
      body - the message being sent