com.github.dockerjava.api.command
Interface AuthCmd

All Superinterfaces:
DockerCmd<Void>
All Known Implementing Classes:
AuthCmdImpl

public interface AuthCmd
extends DockerCmd<Void>

Authenticate with the server, useful for checking authentication.


Nested Class Summary
static interface AuthCmd.Exec
           
 
Method Summary
 Void exec()
           
 AuthConfig getAuthConfig()
           
 AuthCmd withAuthConfig(AuthConfig authConfig)
           
 

Method Detail

getAuthConfig

AuthConfig getAuthConfig()

withAuthConfig

AuthCmd withAuthConfig(AuthConfig authConfig)

exec

Void exec()
          throws UnauthorizedException
Specified by:
exec in interface DockerCmd<Void>
Throws:
UnauthorizedException


Copyright © 2014. All rights reserved.