Interface Authentication
- All Known Implementing Classes:
AWSAuthentication,BasicAuthentication
public interface Authentication
-
Method Summary
Modifier and Type Method Description voidaddAuth(HttpURLConnection urlConnection, String body)Modify the given urlConnection for whatever authentication scheme is used.
-
Method Details
-
addAuth
Modify the given urlConnection for whatever authentication scheme is used.- Parameters:
urlConnection- the connection to the serverbody- the message being sent
-