com.github.dockerjava.client.command
Class AuthCmd

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
      extended by com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd<AuthCmd,Void>
          extended by com.github.dockerjava.client.command.AuthCmd
All Implemented Interfaces:
DockerCmd<Void>

public class AuthCmd
extends AbstrAuthCfgDockerCmd<AuthCmd,Void>

Authenticate with the server, useful for checking authentication.


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd
authConfig
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
AuthCmd(AuthConfig authConfig)
           
 
Method Summary
protected  Void impl()
           
 String toString()
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd
registryAuth, withAuthConfig
 
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, wait, wait, wait
 

Constructor Detail

AuthCmd

public AuthCmd(AuthConfig authConfig)
Method Detail

impl

protected Void impl()
             throws DockerException
Throws:
DockerException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.