All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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