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 credentialsEncoded,
String email)
Constructor which takes an base64 encoded credentials in the form 'user:password'
|
AuthConfig(String credentialsEncoded,
String email,
String identityToken)
Constructor which takes an base64 encoded credentials in the form 'user:password'
|
AuthConfig(String username,
String password,
String email,
String auth) |
AuthConfig(String username,
String password,
String email,
String auth,
String identityToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getIdentityToken() |
String |
getPassword() |
String |
getUsername() |
String |
toHeaderValue() |
public static final AuthConfig EMPTY_AUTH_CONFIG
public AuthConfig(String username, String password, String email, String auth, String identityToken)
public AuthConfig(String credentialsEncoded, String email)
credentialsEncoded - the docker encoded user and passwordemail - the email to use for authenticationCopyright © 2019. All rights reserved.