Class AWSAuthentication

java.lang.Object
com.internetitem.logback.elasticsearch.config.AWSAuthentication
All Implemented Interfaces:
Authentication

public class AWSAuthentication
extends Object
implements Authentication
This class implements Amazon AWS v4 Signature signing for ElasticSearch.
Author:
blagerweij
  • Constructor Details

  • Method Details

    • addAuth

      public void addAuth​(HttpURLConnection urlConnection, String body)
      Description copied from interface: Authentication
      Modify the given urlConnection for whatever authentication scheme is used.
      Specified by:
      addAuth in interface Authentication
      Parameters:
      urlConnection - the connection to the server
      body - the message being sent