接口 DockerRegistryAuthentication
- 所有已知实现类:
DockerRegistryTokenAuthentication,DockerRegistryUserAuthentication,JsonEncodedDockerRegistryAuthentication
public interface DockerRegistryAuthentication
Docker registry authentication configuration.
- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick
-
方法概要
修饰符和类型方法说明Returns the auth header that should be used for docker authentication.
-
方法详细资料
-
getAuthHeader
String getAuthHeader()Returns the auth header that should be used for docker authentication.- 返回:
- the auth header
-