public abstract class RegistryAuthenticators extends Object
RegistryAuthenticator.| Constructor and Description |
|---|
RegistryAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
static RegistryAuthenticator |
forDockerHub(String repository) |
static RegistryAuthenticator |
forOther(String serverUrl,
String repository) |
public static RegistryAuthenticator forDockerHub(String repository) throws RegistryAuthenticationFailedException
public static RegistryAuthenticator forOther(String serverUrl, String repository) throws RegistryAuthenticationFailedException, IOException, RegistryException
Copyright © 2018. All rights reserved.