类 JsonEncodedDockerRegistryAuthentication

java.lang.Object
cn.taketoday.buildpack.platform.docker.configuration.JsonEncodedDockerRegistryAuthentication
所有已实现的接口:
DockerRegistryAuthentication
直接已知子类:
DockerRegistryTokenAuthentication, DockerRegistryUserAuthentication

class JsonEncodedDockerRegistryAuthentication extends Object implements DockerRegistryAuthentication
DockerRegistryAuthentication that uses a Base64 encoded auth header value based on the JSON created from the instance.
作者:
Scott Frederick
  • 字段详细资料

    • authHeader

      private String authHeader
  • 构造器详细资料

    • JsonEncodedDockerRegistryAuthentication

      JsonEncodedDockerRegistryAuthentication()
  • 方法详细资料