public class AuthConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AuthConfig |
EMPTY_AUTH_CONFIG |
| Constructor and Description |
|---|
AuthConfig(Map<String,String> params) |
AuthConfig(String credentialsDockerEncoded,
String email)
Constructor which takes an base64 encoded credentials in the form 'user:password'
|
AuthConfig(String user,
String password,
String email,
String auth) |
public static final AuthConfig EMPTY_AUTH_CONFIG
public String toHeaderValue()
Copyright © 2016. All Rights Reserved.