public interface RegistryAuthorizer
RegistryAuthorizer would allow to obtain the right credentials for each supported
registry provider. One RegistryAuthorizer is provided per
RegistryConfiguration.AuthorizationType| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpHeaders |
getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
RegistryConfiguration.AuthorizationType |
getType() |
RegistryConfiguration.AuthorizationType getType()
org.springframework.http.HttpHeaders getAuthorizationHeaders(ContainerImage containerImage, RegistryConfiguration registryConfiguration)
containerImage - Container Image for which authorization is required.registryConfiguration - configuration such as credentials and additional information required to obtain the
authorized headers.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.