public static class RegistryClient.Factory extends Object
RegistryClients.| Modifier and Type | Method and Description |
|---|---|
RegistryClient |
newAllowHttp()
Creates a new
RegistryClient that allows communication via HTTP. |
RegistryClient |
newWithAuthorization(Authorization authorization)
Creates a new
RegistryClient with authentication credentials to use in requests. |
public RegistryClient newWithAuthorization(@Nullable Authorization authorization)
RegistryClient with authentication credentials to use in requests.authorization - the Authorization to access the registry/repositoryRegistryClientpublic RegistryClient newAllowHttp()
RegistryClient that allows communication via HTTP.RegistryClientCopyright © 2018. All rights reserved.