类 JsonEncodedDockerRegistryAuthentication
java.lang.Object
cn.taketoday.buildpack.platform.docker.configuration.JsonEncodedDockerRegistryAuthentication
- 所有已实现的接口:
DockerRegistryAuthentication
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
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidReturns the auth header that should be used for docker authentication.
-
字段详细资料
-
authHeader
-
-
构造器详细资料
-
JsonEncodedDockerRegistryAuthentication
JsonEncodedDockerRegistryAuthentication()
-
-
方法详细资料
-
getAuthHeader
从接口复制的说明:DockerRegistryAuthenticationReturns the auth header that should be used for docker authentication.- 指定者:
getAuthHeader在接口中DockerRegistryAuthentication- 返回:
- the auth header
-
createAuthHeader
protected void createAuthHeader()
-