com.github.dockerjava.client.command
Class AbstrAuthCfgDockerCmd<T extends AbstrDockerCmd<T,RES_T>,RES_T>
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd<T,RES_T>
- All Implemented Interfaces:
- DockerCmd<RES_T>
- Direct Known Subclasses:
- AuthCmd, PushImageCmd
public abstract class AbstrAuthCfgDockerCmd<T extends AbstrDockerCmd<T,RES_T>,RES_T>
- extends AbstrDockerCmd<T,RES_T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authConfig
protected AuthConfig authConfig
AbstrAuthCfgDockerCmd
public AbstrAuthCfgDockerCmd()
withAuthConfig
public T withAuthConfig(AuthConfig authConfig)
registryAuth
protected String registryAuth()
throws DockerException
- Throws:
DockerException
Copyright © 2014. All rights reserved.