Package io.fabric8.maven.docker.util
Class CredentialHelperClient
- java.lang.Object
-
- io.fabric8.maven.docker.util.CredentialHelperClient
-
public class CredentialHelperClient extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialHelperClient(Logger log, String credentialsStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthConfiggetAuthConfig(String registryToLookup)StringgetName()StringgetVersion()
-
-
-
Method Detail
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getAuthConfig
public AuthConfig getAuthConfig(String registryToLookup) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-