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

de.gesellix.docker.client.authentication.CredsStore.groovy Maven / Gradle / Ivy

package de.gesellix.docker.client.authentication

interface CredsStore {

  AuthConfig getAuthConfig(String registry)

  Map getAuthConfigs()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy