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

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

There is a newer version: 2024-11-28T22-05-00
Show newest version
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