public class BaseController extends Object
Modifier and Type | Field and Description |
---|---|
protected CatalogService |
catalogService |
Constructor and Description |
---|
BaseController(CatalogService catalogService) |
Modifier and Type | Method and Description |
---|---|
protected HttpStatus |
getAsyncResponseCode(AsyncServiceBrokerResponse response) |
protected reactor.core.publisher.Mono<ServiceDefinition> |
getRequiredServiceDefinition(String serviceDefinitionId) |
protected reactor.core.publisher.Mono<ServiceDefinition> |
getServiceDefinition(String serviceDefinitionId) |
protected reactor.core.publisher.Mono<Plan> |
getServiceDefinitionPlan(ServiceDefinition serviceDefinition,
String planId) |
protected Context |
parseOriginatingIdentity(String originatingIdentityString) |
protected reactor.core.publisher.Mono<AsyncServiceBrokerRequest> |
setCommonRequestFields(AsyncServiceBrokerRequest request,
String platformInstanceId,
String apiInfoLocation,
String originatingIdentityString,
boolean asyncAccepted) |
protected reactor.core.publisher.Mono<ServiceBrokerRequest> |
setCommonRequestFields(ServiceBrokerRequest request,
String platformInstanceId,
String apiInfoLocation,
String originatingIdentityString) |
protected CatalogService catalogService
public BaseController(CatalogService catalogService)
protected reactor.core.publisher.Mono<ServiceBrokerRequest> setCommonRequestFields(ServiceBrokerRequest request, String platformInstanceId, String apiInfoLocation, String originatingIdentityString)
protected reactor.core.publisher.Mono<AsyncServiceBrokerRequest> setCommonRequestFields(AsyncServiceBrokerRequest request, String platformInstanceId, String apiInfoLocation, String originatingIdentityString, boolean asyncAccepted)
protected reactor.core.publisher.Mono<ServiceDefinition> getRequiredServiceDefinition(String serviceDefinitionId)
protected reactor.core.publisher.Mono<ServiceDefinition> getServiceDefinition(String serviceDefinitionId)
protected reactor.core.publisher.Mono<Plan> getServiceDefinitionPlan(ServiceDefinition serviceDefinition, String planId)
protected Context parseOriginatingIdentity(String originatingIdentityString)
protected HttpStatus getAsyncResponseCode(AsyncServiceBrokerResponse response)