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-09-15T20-35-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 - 2024 Weber Informatics LLC | Privacy Policy