public abstract class ServiceBrokerRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
API_INFO_LOCATION_HEADER |
protected java.lang.String |
apiInfoLocation
The API info endpoint of the platform instance making the call to the service broker.
|
protected java.lang.String |
cfInstanceId
The ID used to identify the platform instance when the service broker is registered
to multiple instances.
|
static java.lang.String |
ORIGINATING_IDENTITY_HEADER |
protected Context |
originatingIdentity
The identity of the of the user that initiated the request from the platform.
|
Constructor and Description |
---|
ServiceBrokerRequest() |
public static final java.lang.String API_INFO_LOCATION_HEADER
public static final java.lang.String ORIGINATING_IDENTITY_HEADER
protected transient java.lang.String cfInstanceId
null
if the service broker is not registered with an instance ID
in the registered URL.protected transient java.lang.String apiInfoLocation
protected transient Context originatingIdentity