public class RegistryAuthConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryAuthConfig.Kind |
static class |
RegistryAuthConfig.RegistryAuthConfigBuilder |
| Constructor and Description |
|---|
RegistryAuthConfig(Map<String,Map<String,String>> handlerConfig,
Map<RegistryAuthConfig.Kind,Map<String,String>> kindConfig,
Map<String,String> defaultConfig,
boolean skipExtendedAuthentication,
String propertyPrefix) |
| Modifier and Type | Method and Description |
|---|---|
static RegistryAuthConfig.RegistryAuthConfigBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
extractFromProperties(Properties properties,
RegistryAuthConfig.Kind kind,
String key) |
String |
getAuth(RegistryAuthConfig.Kind kind) |
String |
getConfigForHandler(String handlerName,
String key) |
String |
getEmail(RegistryAuthConfig.Kind kind) |
String |
getPassword(RegistryAuthConfig.Kind kind) |
String |
getUsername(RegistryAuthConfig.Kind kind) |
int |
hashCode() |
boolean |
skipExtendedAuthentication() |
public String getUsername(RegistryAuthConfig.Kind kind)
public String getPassword(RegistryAuthConfig.Kind kind)
public String getEmail(RegistryAuthConfig.Kind kind)
public String getAuth(RegistryAuthConfig.Kind kind)
public boolean skipExtendedAuthentication()
public String extractFromProperties(Properties properties, RegistryAuthConfig.Kind kind, String key)
public static RegistryAuthConfig.RegistryAuthConfigBuilder builder()
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.