| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker.auth |
| Modifier and Type | Method and Description |
|---|---|
static AuthConfigFactory.LookupMode |
AuthConfigFactory.LookupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthConfigFactory.LookupMode[] |
AuthConfigFactory.LookupMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static AuthConfig |
AuthConfigFactory.getAuthConfigFromOpenShiftConfig(AuthConfigFactory.LookupMode lookupMode,
Map authConfigMap) |
protected static AuthConfig |
AuthConfigFactory.getAuthConfigFromPluginConfiguration(AuthConfigFactory.LookupMode lookupMode,
Map<String,?> authConfig,
UnaryOperator<String> passwordDecryptionMethod) |
protected static AuthConfig |
AuthConfigFactory.getAuthConfigFromSystemProperties(AuthConfigFactory.LookupMode lookupMode,
UnaryOperator<String> passwordDecryptionMethod) |
Copyright © 2021. All rights reserved.