public abstract class ServiceBrokerRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
API_INFO_LOCATION_HEADER |
protected String |
apiInfoLocation
The API info endpoint of the platform instance making the call to the service broker.
|
protected String |
cfInstanceId
The ID used to identify the platform instance when the service broker is registered
to multiple instances.
|
static 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 String API_INFO_LOCATION_HEADER
public static final String ORIGINATING_IDENTITY_HEADER
protected transient String cfInstanceId
null
if the service broker is not registered with an instance ID
in the registered URL.protected transient String apiInfoLocation
protected transient Context originatingIdentity