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.
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.