de.gesellix.docker.client.authentication.ManageAuthentication.groovy Maven / Gradle / Ivy
package de.gesellix.docker.client.authentication
import de.gesellix.docker.engine.EngineResponse
interface ManageAuthentication {
Map getAllAuthConfigs()
Map getAllAuthConfigs(File dockerCfgOrNull)
AuthConfig readDefaultAuthConfig()
AuthConfig readAuthConfig(String hostnameOrNull, File dockerCfgOrNull)
String retrieveEncodedAuthTokenForImage(String image)
String encodeAuthConfig(AuthConfig authConfig)
String encodeAuthConfigs(Map authConfigs)
EngineResponse auth(Map authDetails)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy