Skip navigation links
B C E G I M N S T 

B

build() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
 

C

ClientCredentialsValidator - Class in com.sap.cloud.sdk.cloudplatform
Utility class for validation of client credentials.
ClientCredentialsValidator() - Constructor for class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
 
com.sap.cloud.sdk.cloudplatform - package com.sap.cloud.sdk.cloudplatform
 
com.sap.cloud.sdk.cloudplatform.exception - package com.sap.cloud.sdk.cloudplatform.exception
 
createFor(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.
createFor(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.
createFor(ScpCfServiceDesignator) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.

E

ensureClientId(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
Validates the given string to ensure that it only contains valid characters for a client id.
ensureClientSecret(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
Validates the given string to ensure that it only contains valid characters for a client secret.

G

getApplicationName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
getApplicationProcessId() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
getApplicationUrl() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
getConnectivityServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the connectivity service credentials.
getConnectivityServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound connectivity service instances.
getDestinationServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the destination service credentials.
getDestinationServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound destination service instances.
getEnvironmentVariable(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the environment variable by its name.
getInstanceOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Be aware that this method is Beta (as indicated by the annotation) and therefore subject to breaking changes.
getServiceCredentials(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the credentials of a service.
getServiceCredentials(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the credentials of a service.
getServiceInfoElem() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServiceInfoPath(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely into the service info element.
getServiceInfoPath(JsonElement, String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely.
getServiceInfoPath(JsonElement, Iterator<String>) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely.
getServiceInfoPathNonEmptyStringOrThrow(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely into the service info and throw if anything but a non-empty string at the final destination of the path.
getServiceName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServicePlan() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServiceType() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getVcapApplication() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Provides access to the "VCAP_APPLICATION" environment variable.
getVcapServices() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Provides access to the "VCAP_SERVICES" environment variable.
getXsAppName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the "xsappname" from the XSUAA service instance credentials.
getXsuaaServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the XSUAA service credentials.
getXsuaaServiceCredentials(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the XSUAA service credentials.
getXsuaaServiceCredentials(DecodedJWT) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound XSUAA service instances based on the given JSON Web Token and the service plans of each instance.
getXsuaaServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound XSUAA service instances.

I

invalidateCaches() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Invalidates all internal caches holding the parsed VCAP_APPLICATION and VCAP_SERVICES environment variables.

M

match(ScpCfServiceInfo) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
Evaluate this designator's parameter settings against the given service info instance.
MultipleServiceBindingsException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown if multiple bindings are found to a service on SAP Cloud Platform Cloud Foundry.
MultipleServiceBindingsException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
 
MultipleServiceBindingsException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
 
MultipleServiceBindingsException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
 
MultipleServiceBindingsException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
 

N

NoServiceBindingException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown if no binding is found to a service on SAP Cloud Platform Cloud Foundry.
NoServiceBindingException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 

S

ScpCfCloudPlatform - Class in com.sap.cloud.sdk.cloudplatform
Implementation for the SAP Cloud Platform Cloud Foundry variant.
ScpCfCloudPlatform() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
 
ScpCfCloudPlatformFacade - Class in com.sap.cloud.sdk.cloudplatform
Facade implementation for ScpCfCloudPlatform.
ScpCfCloudPlatformFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade
 
ScpCfServiceDesignator - Class in com.sap.cloud.sdk.cloudplatform
Designator in simplified builder pattern for identifying cloud foundry services.
ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder - Class in com.sap.cloud.sdk.cloudplatform
 
ScpCfServiceInfo - Class in com.sap.cloud.sdk.cloudplatform
Helper providing easy access to Cloud Foundry service information.
ScpCfServiceInfo(JsonElement, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Also parses the name from serviceInfoElem.
ServiceBindingDataException - Exception in com.sap.cloud.sdk.cloudplatform
Indicates a problem with service binding information in VCAP_SERVICES, an environment variable used to inform the application of usable services in SAP Cloud Platform Cloud Foundry.
serviceName(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
servicePlan(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
serviceType(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
setEnvironmentVariableReader(Function<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
 

T

toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
tryGetCloudPlatform() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade
B C E G I M N S T 
Skip navigation links

Copyright © 2020 SAP SE. All rights reserved.