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 Summary
Constructors Constructor Description AWSAuthentication() -
Method Summary
Modifier and Type Method Description voidaddAuth(HttpURLConnection urlConnection, String body)Modify the given urlConnection for whatever authentication scheme is used.
-
Constructor Details
-
AWSAuthentication
public AWSAuthentication()
-
-
Method Details
-
addAuth
Description copied from interface:AuthenticationModify the given urlConnection for whatever authentication scheme is used.- Specified by:
addAuthin interfaceAuthentication- Parameters:
urlConnection- the connection to the serverbody- the message being sent
-