Packages

package credentials

Type Members

  1. class DockerConfigCredentialRetriever extends AnyRef

    Retrieves registry credentials from the Docker config.

    Retrieves registry credentials from the Docker config.

    The credentials are searched in the following order (stopping when credentials are found):

    • If there is an auth defined for a registry.
    • Using the credsStore credential helper, if available.
    • Using the credential helper from credHelpers, if available.
    See also

    <a href="https://docs.docker.com/engine/reference/commandline/login/">https://docs.docker.com/engine/reference/commandline/login/

  2. class DockerCredentialHelper extends AnyRef

    Retrieves Docker credentials with a Docker credential helper.

    Retrieves Docker credentials with a Docker credential helper.

    See also

    <a href="https://github.com/docker/docker-credential-helpers">https://github.com/docker/docker-credential-helpers

  3. class DockerCredentialHelperFactory extends AnyRef

    Factory class for constructing DockerCredentialHelper.

  4. class NonexistentDockerCredentialHelperException extends Exception

    Thrown because the requested credential helper CLI does not exist.

  5. class NonexistentServerUrlDockerCredentialHelperException extends Exception

    Thrown because the credential helper does not have credentials for the specified server URL.

  6. class RegistryCredentials extends AnyRef

    Stores retrieved registry credentials and their source.

    Stores retrieved registry credentials and their source.

    The credentials are referred to by the registry they are used for.

Ungrouped