@Deprecated
public class ViPRCatalogClient
extends java.lang.Object
ViPRCatalogClient2| Constructor and Description |
|---|
ViPRCatalogClient(ClientConfig config)
Deprecated.
|
ViPRCatalogClient(java.lang.String host)
Deprecated.
Convenience method for calling constructor with new ClientConfig().withHost(host)
|
ViPRCatalogClient(java.lang.String host,
boolean ignoreCertificates)
Deprecated.
Convenience method for calling constructor with new ClientConfig().withHost(host).withIgnoringCertificates(ignoreCertificates)
|
| Modifier and Type | Method and Description |
|---|---|
Approvals |
approvals()
Deprecated.
|
Catalog |
catalog()
Deprecated.
|
ExecutionWindows |
executionWindows()
Deprecated.
|
Orders |
orders()
Deprecated.
|
void |
setAuthToken(java.lang.String authToken)
Deprecated.
Sets the authentication token to be used for this client.
|
Setup |
setup()
Deprecated.
|
ViPRCatalogClient |
withAuthToken(java.lang.String token)
Deprecated.
Sets the authentication token and returns the updated client.
|
public ViPRCatalogClient(java.lang.String host)
host - Hostname or IP address for the Virtual IP of the target environment.public ViPRCatalogClient(java.lang.String host,
boolean ignoreCertificates)
host - Hostname or IP address for the Virtual IP of the target environment.ignoreCertificates - True if SSL certificates should be ignored.public ViPRCatalogClient(ClientConfig config)
public void setAuthToken(java.lang.String authToken)
authToken - The authentication token to set.public ViPRCatalogClient withAuthToken(java.lang.String token)
token - The authentication token to set.setAuthToken(String)@Deprecated public Orders orders()
@Deprecated public Approvals approvals()
@Deprecated public Catalog catalog()
@Deprecated public ExecutionWindows executionWindows()
@Deprecated public Setup setup()