public class RegistryAuth extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryAuth.RegistryAuthBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH |
static String |
EMAIL |
static RegistryAuth |
EMPTY_REGISTRY_AUTH |
static String |
PASSWORD |
static String |
USERNAME |
| Constructor and Description |
|---|
RegistryAuth(String username,
String password,
String email,
String auth) |
| Modifier and Type | Method and Description |
|---|---|
static RegistryAuth.RegistryAuthBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static RegistryAuth |
fromCredentialsEncoded(String credentialsEncoded,
String email) |
String |
getAuth() |
String |
getAuthEncoded() |
String |
getEmail() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toHeaderValue() |
public static final RegistryAuth EMPTY_REGISTRY_AUTH
public static final String USERNAME
public static final String PASSWORD
public static final String EMAIL
public static final String AUTH
public String toHeaderValue()
public static RegistryAuth fromCredentialsEncoded(String credentialsEncoded, String email)
public static RegistryAuth.RegistryAuthBuilder builder()
public String getUsername()
public String getPassword()
public String getEmail()
public String getAuth()
public String getAuthEncoded()
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.