public class Base64Credentials extends Object implements Credentials
| Modifier and Type | Field and Description |
|---|---|
static String |
CREDENTIAL_TYPE |
| Constructor and Description |
|---|
Base64Credentials() |
Base64Credentials(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64Encoding() |
String |
getType() |
void |
setCredentials(String username,
String password) |
public static String CREDENTIAL_TYPE
Copyright © 2017. All Rights Reserved.