public class BasicAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
BasicAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuth(HttpURLConnection urlConnection,
String body)
Modify the given urlConnection for whatever authentication scheme is used.
|
public void addAuth(HttpURLConnection urlConnection, String body)
AuthenticationaddAuth in interface AuthenticationurlConnection - the connection to the serverbody - the message being sentCopyright © 2022 Perfana. All rights reserved.