public 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.
|
static java.lang.String |
BINDING_ID_PATH_VARIABLE |
static java.lang.String |
INSTANCE_ID_PATH_VARIABLE |
static java.lang.String |
ORIGINATING_IDENTITY_HEADER |
protected Context |
originatingIdentity
The identity of the of the user that initiated the request from the platform.
|
static java.lang.String |
PLAN_ID_PARAMETER |
static java.lang.String |
PLATFORM_INSTANCE_ID_VARIABLE |
protected java.lang.String |
platformInstanceId
The ID used to identify the platform instance when the service broker is registered
to multiple instances.
|
static java.lang.String |
SERVICE_ID_PARAMETER |
Modifier | Constructor and Description |
---|---|
|
ServiceBrokerRequest() |
protected |
ServiceBrokerRequest(java.lang.String platformInstanceId,
java.lang.String apiInfoLocation,
Context originatingIdentity) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiInfoLocation() |
Context |
getOriginatingIdentity() |
java.lang.String |
getPlatformInstanceId() |
int |
hashCode() |
void |
setApiInfoLocation(java.lang.String apiInfoLocation) |
void |
setOriginatingIdentity(Context originatingIdentity) |
void |
setPlatformInstanceId(java.lang.String platformInstanceId) |
java.lang.String |
toString() |
public static final java.lang.String API_INFO_LOCATION_HEADER
public static final java.lang.String ORIGINATING_IDENTITY_HEADER
public static final java.lang.String INSTANCE_ID_PATH_VARIABLE
public static final java.lang.String BINDING_ID_PATH_VARIABLE
public static final java.lang.String SERVICE_ID_PARAMETER
public static final java.lang.String PLAN_ID_PARAMETER
public static final java.lang.String PLATFORM_INSTANCE_ID_VARIABLE
protected transient java.lang.String platformInstanceId
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
public ServiceBrokerRequest()
protected ServiceBrokerRequest(java.lang.String platformInstanceId, java.lang.String apiInfoLocation, Context originatingIdentity)
public java.lang.String getPlatformInstanceId()
public void setPlatformInstanceId(java.lang.String platformInstanceId)
public java.lang.String getApiInfoLocation()
public void setApiInfoLocation(java.lang.String apiInfoLocation)
public Context getOriginatingIdentity()
public void setOriginatingIdentity(Context originatingIdentity)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object