Class DockerRegistryToken

java.lang.Object
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken
All Implemented Interfaces:
Serializable

public final class DockerRegistryToken extends Object implements Serializable
Represents an authentication token that docker(1) understands when pushing/pulling from a docker registry. Obtained from various Credentials implementations via AuthenticationTokens.
Author:
Kohsuke Kawaguchi
See Also: