|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd<AuthCmd,Void>
com.github.dockerjava.client.command.AuthCmd
public class AuthCmd
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 |
---|
public AuthCmd(AuthConfig authConfig)
Method Detail |
---|
protected Void impl() throws DockerException
DockerException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |