de.gesellix.docker.authentication.CredsStore Maven / Gradle / Ivy
package de.gesellix.docker.authentication;
import java.util.Map;
public interface CredsStore {
String TOKEN_USERNAME = "";
AuthConfig getAuthConfig(String registry);
Map getAuthConfigs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy