Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClient.authConfig() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
PushImageCmd.getAuthConfig() |
AuthConfig |
PullImageCmd.getAuthConfig() |
AuthConfig |
AuthCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
AuthCmd |
AuthCmd.withAuthConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
AuthConfig.withAuth(String auth) |
AuthConfig |
AuthConfig.withEmail(String email) |
AuthConfig |
AuthConfig.withPassword(String password) |
AuthConfig |
AuthConfig.withRegistryAddress(String registryAddress) |
AuthConfig |
AuthConfig.withRegistrytoken(String registrytoken) |
AuthConfig |
AuthConfig.withUsername(String username) |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthConfig> |
AuthConfigurations.getConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
AuthConfigurations.addConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClientImpl.authConfig() |
AuthConfig |
DockerClientConfig.effectiveAuthConfig(String imageName) |
AuthConfig |
AuthConfigFile.resolveAuthConfig(String hostname) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
PushImageCmdImpl.getAuthConfig() |
AuthConfig |
PullImageCmdImpl.getAuthConfig() |
AuthConfig |
AbstrAuthCfgDockerCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstrDockerCmd.registryAuth(AuthConfig authConfig) |
PushImageCmd |
PushImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
T |
AbstrAuthCfgDockerCmd.withAuthConfig(AuthConfig authConfig) |
Constructor and Description |
---|
AbstrAuthCfgDockerCmd(DockerCmdSyncExec<T,RES_T> execution,
AuthConfig authConfig) |
AuthCmdImpl(AuthCmd.Exec exec,
AuthConfig authConfig) |
PullImageCmdImpl(PullImageCmd.Exec exec,
AuthConfig authConfig,
String repository) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstrDockerCmdExec.registryAuth(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstrDockerCmdExec.registryAuth(AuthConfig authConfig) |
Copyright © 2016. All Rights Reserved.