@Deprecated public class BasicAuthClient extends Object implements Client
| Constructor and Description |
|---|
BasicAuthClient(String username,
String password)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthClient |
createFromRawPassword(String username,
String password)
Deprecated.
|
BasicAuthenticationStrategy |
getAuthenticationStrategy()
Deprecated.
|
String |
getUsername()
Deprecated.
|
static String |
MD5Digest(String str)
Deprecated.
|
public String getUsername()
public static String MD5Digest(String str) throws ClientException
ClientExceptionpublic static BasicAuthClient createFromRawPassword(String username, String password) throws ClientException
ClientExceptionpublic BasicAuthenticationStrategy getAuthenticationStrategy()
getAuthenticationStrategy in interface ClientCopyright © 2024. All rights reserved.