com.github.dockerjava.client.command
Class AuthCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd<AuthCmd,Void>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthCmd
public AuthCmd(AuthConfig authConfig)
impl
protected Void impl()
throws DockerException
- Throws:
DockerException
Copyright © 2014. All rights reserved.