com.github.dockerjava.client.command
Class AbstrAuthCfgDockerCmd<T extends AbstrDockerCmd<T,RES_T>,RES_T>

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
      extended by 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>


Field Summary
protected  AuthConfig authConfig
           
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
AbstrAuthCfgDockerCmd()
           
 
Method Summary
protected  String registryAuth()
           
 T withAuthConfig(AuthConfig authConfig)
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
exec, withBaseResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authConfig

protected AuthConfig authConfig
Constructor Detail

AbstrAuthCfgDockerCmd

public AbstrAuthCfgDockerCmd()
Method Detail

withAuthConfig

public T withAuthConfig(AuthConfig authConfig)

registryAuth

protected String registryAuth()
                       throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.