Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform | |
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
static List<ScpCfServiceInfo> |
ScpCfServiceInfo.createFor(ScpCfServiceDesignator designator)
Creates the list of services from the VCAP_SERVICES environment variable.
|
static List<ScpCfServiceInfo> |
ScpCfServiceInfo.createFor(String serviceType)
Creates the list of services from the VCAP_SERVICES environment variable.
|
static List<ScpCfServiceInfo> |
ScpCfServiceInfo.createFor(String serviceType,
String servicePlan)
Creates the list of services from the VCAP_SERVICES environment variable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScpCfServiceDesignator.match(ScpCfServiceInfo serviceInfo)
Evaluate this designator's parameter settings against the given service info instance.
|
Modifier and Type | Method and Description |
---|---|
ScpCfServiceInfo |
ScpCfService.getServiceInfo()
Provides access to the rest of the service info.
|
Constructor and Description |
---|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
ClientCredentials clientCredentials,
String serviceLocationInfo)
Constructor open for extension.
|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
ClientCredentials clientCredentials,
String serviceLocationInfo,
boolean useProviderTenant)
Constructor open for extension.
|
Copyright © 2021 SAP SE. All rights reserved.