Skip navigation links
Spring Cloud Service Broker
A B C D E F G H I K M N O P R S T U V 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
 
API_INFO_LOCATION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
API_VERSION_ANY - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
API_VERSION_CURRENT - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the location of the API info endpoint as would be provided in the request from the platform.
apiInfoLocation - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
ApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web
HandlerInterceptor that inspects the service broker API version passed in all request headers and compares it to the API version supported by the broker.
ApiVersionInterceptor() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Construct an interceptor that disables API version validation.
ApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Construct an interceptor that validates the API version passed in request headers to the configured version.
ApiVersionWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker API validation.
ApiVersionWebMvcAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ApiVersionWebMvcConfigurerAdapter - Class in org.springframework.cloud.servicebroker.autoconfigure.web
WebMvcConfigurer that configures checking for an appropriate service broker API version.
ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
 
APP_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
 
appGuid(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
Set an application GUID as would be provided in an app binding request from the platform.
async - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Set a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
ASYNC_REQUEST_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
ASYNC_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
 
asyncAccepted - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the value of the flag indicating whether the platform supports asynchronous operations as would be provided in the request from the platform.
asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the value of the flag indicating whether the platform supports asynchronous operations as would be provided in the request from the platform.
asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the value of the flag indicating whether the platform supports asynchronous operations.
asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the value of the flag indicating whether the platform supports asynchronous operations as would be provided in the request from the platform.
asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the value of the flag indicating whether the platform supports asynchronous operations as would be provided in the request from the platform.
AsyncParameterizedServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request that supports arbitrary parameters and asynchronous behavior.
AsyncParameterizedServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
AsyncParameterizedServiceInstanceRequest(Map<String, Object>, Context, boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
AsyncServiceBrokerRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request that supports asynchronous operations.
AsyncServiceBrokerRequest() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
AsyncServiceBrokerRequest(boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
AsyncServiceBrokerResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response that support asynchronous behavior.
AsyncServiceBrokerResponse(boolean, String) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 

B

BaseController - Class in org.springframework.cloud.servicebroker.controller
Base functionality shared by controllers.
BaseController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.BaseController
 
beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
BeanCatalogService - Class in org.springframework.cloud.servicebroker.service
An implementation of the CatalogService that allows the Catalog to be specified as a Spring Bean.
BeanCatalogService(Catalog) - Constructor for class org.springframework.cloud.servicebroker.service.BeanCatalogService
Construct a service with the provided bean.
bindable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
Indicates whether the service with this plan can be bound to applications.
bindable(boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Indicates whether the service can be bound to applications.
BINDING_ID_PATH_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Set a boolean value indicating whether the service binding already exists with the same parameters as the requested service binding.
bindingExisted - Variable in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
Set a boolean value indicating whether the service instance binding already exists with the same parameters as the requested service instance binding.
bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
Set a boolean value indicating whether the service binding already exists with the same parameters as the requested service binding.
bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the binding ID as would be provided in the request from the platform.
bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the binding ID as would be provided in the request from the platform.
bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the binding ID as would be provided in the request from the platform.
bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Set the binding ID as would be provided in the request from the platform.
bindingsRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Indicates whether the service broker supports retrieving service bindings.
BindResource - Class in org.springframework.cloud.servicebroker.model.binding
Details of any platform resources that a service binding will be associated with.
bindResource(BindResource) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the binding resource as would be provided in the request from the platform.
BindResource.BindResourceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a BindResource.
BrokerApiVersion - Class in org.springframework.cloud.servicebroker.model
 
BrokerApiVersion(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
Specify the name of the service broker API version header and the API version supported by the service broker.
BrokerApiVersion(String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
Specify the service broker API version supported by the service broker.
BrokerApiVersion() - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
Specify that service broker API validation should be disabled.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
Construct a BindResource from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Construct a CreateServiceInstanceAppBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Construct a CreateServiceInstanceBindingRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
Construct a CreateServiceInstanceBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
Construct a CreateServiceInstanceRouteBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Construct a DeleteServiceInstanceBindingRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
Construct a DeleteServiceInstanceBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Construct a GetLastServiceBindingOperationRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
Construct a GetLastServiceBindingOperationResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Construct a GetServiceInstanceAppBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Construct a GetServiceInstanceBindingRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
Construct a GetServiceInstanceRouteBindingResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
Construct a SharedVolumeDevice from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Construct a VolumeMount from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
Construct a Catalog from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
Construct a DashboardClient from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
Construct a MethodSchema from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
Construct a Plan from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
Construct a Schemas from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema.ServiceBindingSchemaBuilder
Construct a ServiceBindingSchema from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Construct a ServiceDefinition from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema.ServiceInstanceSchemaBuilder
Construct a ServiceInstanceSchema from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
 
build() - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
 
build() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Construct a CreateServiceInstanceRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Construct a CreateServiceInstanceResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Construct a DeleteServiceInstanceRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
Construct a DeleteServiceInstanceResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Construct a GetLastServiceOperationRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
Construct a GetLastServiceOperationResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
Construct a GetServiceInstanceRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Construct a GetServiceInstanceResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Construct a UpdateServiceInstanceRequest from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Construct an UpdateServiceInstanceResponse from the provided values.
build() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
 
build() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext.PlatformContextBuilder
Construct a PlatformContext from the provided values.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.BindResource
Create a builder that provides a fluent API for constructing a BindResource.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
Create a builder that provides a fluent API for constructing a CreateServiceInstanceAppBindingResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Create a builder that provides a fluent API for constructing a CreateServiceInstanceBindingRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
Create a builder that provides a fluent API for constructing a CreateServiceInstanceRouteBindingResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Create a builder that provides a fluent API for constructing a GetLastServiceOperationRequestBuilder.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
Create a builder that provides a fluent API for constructing a GetLastServiceBindingOperationResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
Create a builder that provides a fluent API for constructing a GetServiceInstanceAppBindingResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
Create a builder that provides a fluent API for constructing a GetServiceInstanceBindingRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
Create a builder that provides a fluent API for constructing a GetServiceInstanceRouteBindingResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
Create a builder that provides a fluent API for constructing a SharedVolumeDevice.
builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Create a builder that provides a fluent API for constructing a VolumeMount.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
Create a builder that provides a fluent API for constructing a Catalog.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
Create a builder that provides a fluent API for constructing a DashboardClient.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
Create a builder that provides a fluent API for constructing a MethodSchema.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Plan
Create a builder that provides a fluent API for constructing a Plan.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
Create a builder that provides a fluent API for constructing a Schemas.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
Create a builder that provides a fluent API for constructing a ServiceBindingSchema.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Create a builder that provides a fluent API for constructing a ServiceDefinition.
builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
builder() - Static method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Create a builder that provides a fluent API for constructing a CreateServiceInstanceRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
Create a builder that provides a fluent API for constructing a CreateServiceInstanceResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
Create a builder that provides a fluent API for constructing a GetLastServiceOperationRequestBuilder.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
Create a builder that provides a fluent API for constructing a GetLastServiceOperationResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
Create a builder that provides a fluent API for constructing a GetServiceInstanceRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
Create a builder that provides a fluent API for constructing a GetServiceInstanceResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceRequest.
builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceResponse.
builder() - Static method in class org.springframework.cloud.servicebroker.model.KubernetesContext
 
builder() - Static method in class org.springframework.cloud.servicebroker.model.PlatformContext
Create a builder that provides a fluent API for constructing a Context.

C

canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.Context
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
 
canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
Catalog - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling a catalog of services within ServiceBrokerProperties configuration properties.
Catalog() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
 
catalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
Catalog - Class in org.springframework.cloud.servicebroker.model.catalog
The catalog of services offered by the service broker.
Catalog.CatalogBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a Catalog.
catalogController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
CatalogController - Class in org.springframework.cloud.servicebroker.controller
Provide endpoints for the catalog API.
CatalogController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.CatalogController
 
catalogService - Variable in class org.springframework.cloud.servicebroker.controller.BaseController
 
CatalogService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests to retrieve the service catalog.
CLOUD_FOUNDRY_PLATFORM - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
CloudFoundryContext - Class in org.springframework.cloud.servicebroker.model
Cloud Foundry specific contextual information under which the service instance is to be provisioned or updated.
CloudFoundryContext.CloudFoundryContextBuilder - Class in org.springframework.cloud.servicebroker.model
 
CONCURRENCY_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
 
containerDir(String) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Set the directory to mount inside the application container.
context(Context) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the Context as would be provided in the request from the platform.
Context - Class in org.springframework.cloud.servicebroker.model
Platform specific contextual information under which the service instance is to be provisioned or updated.
Context() - Constructor for class org.springframework.cloud.servicebroker.model.Context
 
Context(String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.Context
 
context(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the Context as would be provided in the request from the platform.
context(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the Context of the request as would be provided in the request from the platform.
Context.ContextBaseBuilder<R extends Context,B extends Context.ContextBaseBuilder<R,B>> - Class in org.springframework.cloud.servicebroker.model
 
ContextBaseBuilder() - Constructor for class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
 
Cost - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a service offered by this broker.
Cost() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
createBuilder() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
 
createBuilder() - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
 
createBuilder() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
 
createBuilder() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext.PlatformContextBuilder
 
createMethodSchema(MethodSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema.ServiceBindingSchemaBuilder
The JSON schema for configuration parameters when creating a service binding.
createMethodSchema(MethodSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema.ServiceInstanceSchemaBuilder
The JSON schema for configuration parameters when creating a service instance.
createServiceInstance(Map<String, String>, String, boolean, String, String, CreateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
createServiceInstance(CreateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Create (provision) a new service instance.
CreateServiceInstanceAppBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to create a new service instance binding associated with an application.
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a CreateServiceInstanceAppBindingResponse.
createServiceInstanceBinding(Map<String, String>, String, String, boolean, String, String, CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
Create a new binding to a service instance.
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Create a new binding to a service instance.
CreateServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
Details of a request to create a service instance binding.
CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a CreateServiceInstanceBindingRequest.
CreateServiceInstanceBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a service instance binding create request.
CreateServiceInstanceBindingResponse(boolean, String, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a CreateServiceInstanceResponse.
CreateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request to create a new service instance.
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a CreateServiceInstanceRequest.
CreateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
Details of a response to a request to create a new service instance.
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a CreateServiceInstanceResponse.
CreateServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to create a new service instance binding associated with a route.
CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a CreateServiceInstanceAppBindingResponse.
credentials(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Add a set of credentials from the provided Map to the credentials that the bound application can use to access the service instance.
credentials(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Add a key/value pair to the that the bound application can use to access the service instance.
credentials(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a set of credentials from the provided Map to the credentials that the bound application can use to access the service instance.
credentials(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a key/value pair to the that the bound application can use to access the service instance.

D

DashboardClient - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe the dashboard URI for a ServiceDefinition.
DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
DashboardClient - Class in org.springframework.cloud.servicebroker.model.catalog
The dashboard URI for a ServiceDefinition
dashboardClient(DashboardClient) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Data necessary to activate the Dashboard SSO feature for this service.
DashboardClient.DashboardClientBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a DashboardClient.
dashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Set the URL of a web-based management user interface provided by the service broker for the service instance.
dashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Set the URL of a web-based management user interface provided by the service broker for the service instance.
dashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Set the URL of a web-based management user interface provided by the service broker for the service instance.
DEFAULT_API_VERSION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
deleteOperation(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
Set a boolean value indicating whether the current asynchronous operation is a delete operation.
deleteOperation(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
Set a boolean value indicating whether the current asynchronous operation is a delete operation.
deleteServiceInstance(Map<String, String>, String, String, String, boolean, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
deleteServiceInstance(DeleteServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Delete (deprovision) a service instance.
deleteServiceInstanceBinding(Map<String, String>, String, String, String, String, boolean, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
Delete a service instance binding.
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Delete a service instance binding.
DeleteServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
Details of a request to delete a service instance binding.
DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a DeleteServiceInstanceBindingRequest.
DeleteServiceInstanceBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to delete a service instance binding.
DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a DeleteServiceInstanceBindingResponse.
DeleteServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request to delete a service instance.
DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a DeleteServiceInstanceRequest.
DeleteServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
Details of a response to a request to delete a service instance.
DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a DeleteServiceInstanceResponse.
description(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
Set a user-facing description of the operation that the platform can display to the API client.
description(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
A user-friendly short description of the plan that will appear in the catalog.
description(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A user-friendly short description of the service that will appear in the catalog.
description(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
Set a user-facing description of the operation that the platform can display to the API client.
device(VolumeDevice) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Set the details of the volume device to mount, specific to the device type.
deviceType(VolumeMount.DeviceType) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Set the type of the volume device to mount.
driver(String) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Set the name of the volume driver plugin which manages the device.

E

equals(Object) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.Context
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
 
equals(Object) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
ErrorMessage - Class in org.springframework.cloud.servicebroker.model.error
Details of an error reported to the platform from a service broker.
ErrorMessage() - Constructor for class org.springframework.cloud.servicebroker.model.error.ErrorMessage
Construct an error message with no error code or description.
ErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.error.ErrorMessage
Construct an error message with the provided description.
ErrorMessage(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.error.ErrorMessage
Construct an error message with the provided error code and description.

F

free(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
Whether the plan has a cost associated with it or not
from(String, String) - Static method in class org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionErrorMessage
Construct a message with the expected and provided version numbers.

G

getAmount() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
getApiInfoLocation() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
Get the location of the API info endpoint of the platform instance.
getApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
getApiVersion() - Method in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
Get the service broker API version supported by the service broker.
getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
Get the GUID of an application associated with the binding.
getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Deprecated.
CreateServiceInstanceBindingRequest.getBindResource() provides platform-neutral access to binding resource details
getAsyncResponseCode(AsyncServiceBrokerResponse) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the ID of the service binding to create.
getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the ID of the service binding to delete.
getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Get the ID of the service binding.
getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
Get the ID of the service binding to create.
getBindResource() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get any details about the resource the binding is being created for (e.g.
getBrokerApiVersionHeader() - Method in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
Get the name of the service broker API version header.
getBullets() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.controller.CatalogController
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
getCatalog() - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
Return the catalog of services provided by the service broker.
getContainerDir() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Set the directory to mount inside the application container.
getContext() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the platform-specific contextual information for the service binding.
getContext() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
Get the platform-specific contextual information for the service instance.
getCosts() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
 
getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
The JSON schema for configuration parameters when creating a service binding.
getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
The JSON schema for configuration parameters when creating a service instance.
getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
Get the credentials that the bound application can use to access the service instance.
getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
Get the credentials that the bound application can use to access the service instance.
getDashboardClient() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getDashboardClient() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Data necessary to activate the Dashboard SSO feature for this service.
getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
Get the URL of a web-based management user interface for the service instance.
getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
Get the URL of a web-based management user interface for the service instance.
getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
Get the URL of a web-based management user interface for the service instance.
getDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getDescription() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
Get the description of the current asynchronous operation.
getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
A user-friendly short description of the plan that will appear in the catalog.
getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A user-friendly short description of the service that will appear in the catalog.
getDescription() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
Get the description of the current asynchronous operation.
getDevice() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Get the details of the volume device to mount.
getDeviceType() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Get the type of the volume device to mount.
getDisplayName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
getDriver() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Get the name of the volume driver plugin which manages the device.
getError() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
Get the error code.
getErrorMessage() - Method in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
 
getErrorResponse(ServiceBrokerException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
getErrorResponse(Exception) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
getErrorResponse(String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
The client ID of the dashboard OAuth2 client that the service intends to use.
getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
An identifier used to correlate this plan in future requests to the catalog.
getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
An identifier used to correlate this service in future requests to the catalog.
getLastOperation(GetLastServiceBindingOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Get the status of the last requested operation for a service instance.
getLastOperation(GetLastServiceOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Get the status of the last requested operation for a service instance.
GetLastServiceBindingOperationRequest - Class in org.springframework.cloud.servicebroker.model.binding
Details of a request to get the state of the last operation on a service instance binding.
GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a GetLastServiceBindingOperationRequest.
GetLastServiceBindingOperationResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to get the state of the last operation on a service instance binding.
GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a GetLastServiceBindingOperationResponse.
GetLastServiceOperationRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request to get the state of the last operation on a service instance.
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a GetLastServiceOperationRequest.
GetLastServiceOperationResponse - Class in org.springframework.cloud.servicebroker.model.instance
Details of a response to a request to get the state of the last operation on a service instance.
GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a GetLastServiceOperationResponse.
getMessage() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
Get the description.
getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
A map of metadata to further describe a service plan.
getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A map of metadata to further describe a service offering.
getMode() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
Get a value indicating whether the volume can be mounted in read-only or read-write mode.
getMountConfig() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
Get the configuration properties for the volume device.
getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
A CLI-friendly name of the plan that will appear in the catalog.
getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A CLI-friendly name of the service that will appear in the catalog.
getNamespace() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
 
getOperation() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
Get a description of the operation being performed in support of an asynchronous response.
getOperation() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Get the value of the operation field previously provided to the platform.
getOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
Get the value of the operation field previously provided to the platform.
getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Deprecated.
AsyncParameterizedServiceInstanceRequest.getContext() provides platform-neutral access to platform context details
getOrganizationGuidToSerialize() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
 
getOriginatingIdentity() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
Get the identity of the user that initiated the request from the platform.
getParameters() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
 
getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get any parameters passed by the user, with the user-supplied JSON structure converted to a Map.
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get any parameters passed by the user, with the user-supplied JSON structure mapped to fields of the specified object type.
getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
Get any parameters passed by the user at service binding creation.
getParameters() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
A map of JSON schema for configuration parameters.
getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
Get any parameters passed by the user, with the user-supplied JSON structure converted to a Map.
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
Get any parameters passed by the user, with the user-supplied JSON structure mapped to fields of the specified object type.
getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
Get any parameters provided to the service broker when the service instance was created.
getPlan() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the plan of the service instance associated with the binding.
getPlan() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the plan of the service instance associated with the binding.
getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Get the plan of the service to create
getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Get the plan for the service definition to delete
getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get the plan of the service instance to update
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the ID of the plan for to the service instance associated with the binding.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the ID of the plan for to the service instance associated with the binding.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Get the ID of the plan of the service instance.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Get the ID of the plan for to the service instance to create.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Get the ID of the plan for to the service instance to delete.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
Get the ID of the plan of the service instance.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
Get the ID of the plan associated with the service instance.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get the ID of the plan for to the service instance to update.
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
Get the ID of the plan prior to the update request.
getPlans() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getPlans() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A list of plans for this service.
getPlatform() - Method in class org.springframework.cloud.servicebroker.model.Context
Get the name of the platform making the request.
getPlatformInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
Get the ID used to identify the platform instance.
getPreviousValues() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get information about the service instance prior to the update request.
getProperties() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
getProperties() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
Get all properties in the bind resource.
getProperties() - Method in class org.springframework.cloud.servicebroker.model.Context
Get all properties in the context.
getProperties() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext
 
getProperty(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
Get the value of a property with the given key.
getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
Get the value of a property in the bind resource with the given key.
getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
Get the value of a property in the context with the given key.
getRedirectUri() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
getRedirectUri() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
A domain for the service dashboard that will be whitelisted by the UAA to enable dashboard SSO.
getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getRequires() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getRequires() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A list of permissions that the user would have to give the service, if they provision it.
getRoute() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
Get the URL of an application to be intermediated.
getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
Get a URL to which the platform should proxy requests for the bound route.
getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
Get a URL to which the platform should proxy requests for the bound route.
getSchemas() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getSchemas() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
The schemas for this plan.
getSecret() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
getSecret() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
The client secret for the dashboard OAuth2 client.
getServiceBinding() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
getServiceBindingSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
The schemas available on a service binding.
getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the service definition of the service instance associated with the binding.
getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the service definition of the service instance associated with the binding.
getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Get the service definition of the service to create.
getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Get the service definition of the service to delete.
getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get the service definition of the service instance to update.
getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
getServiceDefinition(String) - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
Get a service definition from the catalog by ID.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the ID of the service definition for the service instance associated with the binding.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the ID of the service definition for the service instance associated with the binding.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Get the ID of the service definition of the service instance.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Get the ID of the service definition for to the service instance to create.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Get the ID of the service definition for to the service instance to delete.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
Get the ID of the service definition of the service instance.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
Get the ID of the service definition associated with the service instance.
getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get the ID of the service definition for to the service instance to update.
getServiceDefinitionPlan(ServiceDefinition, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getServiceDefinitions() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
Get the set of service offerings.
getServiceInstance() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
getServiceInstance(Map<String, String>, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
getServiceInstance(GetServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Get the details of a service instance.
GetServiceInstanceAppBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to retrieve a service instance binding associated with an application.
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a GetServiceInstanceAppBindingResponse.
getServiceInstanceBinding(Map<String, String>, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
getServiceInstanceBinding(GetServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Get the details of a binding to a service instance.
getServiceInstanceBindingLastOperation(Map<String, String>, String, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
GetServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
Details of a request to retrieve a service instance binding.
GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a CreateServiceInstanceBindingRequest.
GetServiceInstanceBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to retrieve a service instance binding.
GetServiceInstanceBindingResponse(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
 
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
Get the ID of the service instance associated with the binding.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
Get the ID of the service instance associated with the binding.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
Get the ID of the service instance associated with the binding.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
Get the ID of the service instance associated with the binding.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Get the ID of the service instance to create.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
Get the ID of the service instance to delete.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
Get the ID of the service instance.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
Get the ID of the service instance to retrieve.
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
Get the ID of the service instance to update.
getServiceInstanceLastOperation(Map<String, String>, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
GetServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request to retrieve a service instance.
GetServiceInstanceRequest(String, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
 
GetServiceInstanceRequest.GetServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a GetServiceInstanceRequest.
GetServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
Details of a response to a request to get the details a service instance.
GetServiceInstanceResponse.GetServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a GetServiceInstanceResponse.
GetServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
Details of a response to a request to create a new service instance binding associated with a route.
GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a GetServiceInstanceRouteBindingResponse.
getServiceInstanceSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
The schemas available on a service instance.
getServices() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
 
getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
Deprecated.
AsyncParameterizedServiceInstanceRequest.getContext() provides platform-neutral access to platform context details
getSpaceGuidToSerialize() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
 
getState() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
Get the current state of an asynchronous operation.
getState() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
Get the current state of an asynchronous operation.
getStringProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
 
getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
Get the URL to which the platform should drain logs for the bound application.
getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
Get the URL to which the platform should drain logs for the bound application.
getTags() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getTags() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
A list of tags to aid in categorizing and classifying services with similar characteristics.
getUnit() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
getUpdate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
getUpdateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
The JSON schema for configuration parameters when updating a service instance.
getValue() - Method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
Get the String value of an enumerated value.
getVolumeId() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
Get the ID of the shared volume device to mount on each app instance.
getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
Get the set of volume mounts that can be used in an application container file system.
getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
Get the set of volume mounts that can be used in an application container file system.

H

handleException(ServiceBrokerApiVersionException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceInstanceDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceDefinitionDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerAsyncRequiredException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerInvalidParametersException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerOperationInProgressException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerUnavailableException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerConcurrencyException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerInvalidOriginatingIdentityException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(MethodArgumentNotValidException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(Exception) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceInstanceExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceInstanceUpdateNotSupportedException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceInstanceBindingExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
handleException(ServiceBrokerBindingRequiresAppException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.Context
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
 
hashCode() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 

I

id(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
The client ID of the dashboard OAuth2 client that the service intends to use.
id(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
An identifier used to correlate this plan in future requests to the catalog.
id(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
An identifier used to correlate this service in future requests to the catalog.
INSTANCE_ID_PATH_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
instanceExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Set a boolean value indicating whether the service instance already exists with the same parameters as the requested service instance.
instancesRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Indicates whether the service broker supports retrieving service instances.
isAsync() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
Get a boolean value indicating whether the requested operation is being performed synchronously or asynchronously.
isAsyncAccepted() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
Get the value indicating whether the platform allows the broker to complete the request asynchronously.
isAsyncAccepted() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
 
isAsyncAccepted() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
 
isBindable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
isBindable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isBindable() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
Indicates whether the service with this plan can be bound to applications.
isBindable() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Indicates whether the service can be bound to applications.
isBindingExisted() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
Get the boolean value indicating whether the service binding already exists with the same parameters as the requested service binding.
isBindingsRetrievable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isBindingsRetrievable() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Indicates whether the service broker supports retrieving service bindings.
isDeleteOperation() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
Get a boolean value indicating whether the current operation is a delete operation.
isDeleteOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
Get a boolean value indicating whether the current operation is a delete operation.
isFree() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
isFree() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
Indicates whether the plan can be limited by the non_basic_services_allowed field in a platform quota.
isInstanceExisted() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
Get the boolean value indicating whether the service instance already exists with the same parameters as the requested service instance.
isInstancesRetrievable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isInstancesRetrievable() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Indicates whether the service broker supports retrieving service instances.
isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
Indicates whether the service supports requests to update instances to use a different plan from the one used to provision a service instance.

K

KUBERNETES_PLATFORM - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
 
KubernetesContext - Class in org.springframework.cloud.servicebroker.model
Kubernetes specific contextual information under which the service instance is to be provisioned or updated.
KubernetesContext.KubernetesContextBuilder - Class in org.springframework.cloud.servicebroker.model
 

M

mapParametersToBean(Map<String, Object>, Class<T>) - Static method in class org.springframework.cloud.servicebroker.model.util.ParameterBeanMapper
Instantiates an object of the specified type and populates properties of the object from the provided parameters.
Metadata - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a service offered by this broker.
Metadata() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
metadata(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
A map of plan metadata to further describe the plan
metadata(String, Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
A key/value pair to add to the map of plan metadata
metadata(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A map of metadata to further describe a service offering.
metadata(String, Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A key/value pair to add to the map of metadata to further describe a service offering.
MethodSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a JSON Schema for a service broker object method.
MethodSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
 
MethodSchema - Class in org.springframework.cloud.servicebroker.model.catalog
JSON Schema for a service broker object method.
MethodSchema.MethodSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a MethodSchema.
mode(VolumeMount.Mode) - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
Set a value indicating whether the volume can be mounted in read-only or read-write mode.
mountConfig(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
Add a set of configuration properties from the provided Map to the volume device configuration.
mountConfig(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
Add a key/value pair to the volume device configuration.

N

name(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
A CLI-friendly name of the plan that will appear in the catalog.
name(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A CLI-friendly name of the service that will appear in the catalog.
namespace(String) - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
 
NAMESPACE_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
 
nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
NonBindableServiceInstanceBindingService - Class in org.springframework.cloud.servicebroker.service
Default implementation of ServiceInstanceBindingService for service brokers that do not support bindable services.
NonBindableServiceInstanceBindingService() - Constructor for class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 

O

operation - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
operation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the operation as would be provided in the request from the platform.
operation - Variable in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
 
operation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the operation as would be provided in the request from the platform.
operation - Variable in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
 
operation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Set a value to inform the user of the operation being performed in support of an asynchronous response.
operationState(OperationState) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
Set the current state of the asynchronous operation.
operationState(OperationState) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
Set the current state of the asynchronous operation.
OperationState - Enum in org.springframework.cloud.servicebroker.model.instance
The list of acceptable states for an operation that is being processed asynchronously.
org.springframework.cloud.servicebroker.annotation - package org.springframework.cloud.servicebroker.annotation
 
org.springframework.cloud.servicebroker.autoconfigure.web - package org.springframework.cloud.servicebroker.autoconfigure.web
Support for Spring Boot auto-configuration in web environments
org.springframework.cloud.servicebroker.controller - package org.springframework.cloud.servicebroker.controller
Provides Service Broker API endpoints
org.springframework.cloud.servicebroker.exception - package org.springframework.cloud.servicebroker.exception
Exceptions for Service Broker error conditions
org.springframework.cloud.servicebroker.model - package org.springframework.cloud.servicebroker.model
Models that describe the interaction with the Service Broker API
org.springframework.cloud.servicebroker.model.binding - package org.springframework.cloud.servicebroker.model.binding
Service binding models
org.springframework.cloud.servicebroker.model.catalog - package org.springframework.cloud.servicebroker.model.catalog
Catalog models
org.springframework.cloud.servicebroker.model.error - package org.springframework.cloud.servicebroker.model.error
Error models
org.springframework.cloud.servicebroker.model.instance - package org.springframework.cloud.servicebroker.model.instance
Service instance models
org.springframework.cloud.servicebroker.model.util - package org.springframework.cloud.servicebroker.model.util
Model utilities
org.springframework.cloud.servicebroker.service - package org.springframework.cloud.servicebroker.service
Service interfaces and default implementations
ORGANIZATION_GUID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
organizationGuid(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
 
ORIGINATING_IDENTITY_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the identity of the user making the request as would be provided in the request from the platform.
originatingIdentity - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 

P

ParameterBeanMapper - Class in org.springframework.cloud.servicebroker.model.util
Utilities for mapping parameter maps to Java beans.
ParameterBeanMapper() - Constructor for class org.springframework.cloud.servicebroker.model.util.ParameterBeanMapper
 
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Add a set of parameters from the provided Map to the request parameters as would be provided in the request from the platform.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Add a key/value pair to the request parameters as would be provided in the request from the platform.
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a set of parameters from the provided Map to the request parameters as were provided by the platform at service binding creation.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a key/value pair to the request parameters as were provided in the request from the platform at service binding creation.
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
Add a set of parameters from the provided Map to the request parameters as were provided by the platform at service binding creation.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
Add a key/value pair to the request parameters as were provided in the request from the platform at service binding creation.
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
A map of JSON schema for configuration parameters.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
A key/value pair to add to the JSON schema configuration parameters
parameters - Variable in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Add a set of parameters from the provided Map to the request parameters as would be provided in the request from the platform.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Add a key/value pair to the request parameters as would be provided in the request from the platform.
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Add a set of parameters from the provided Map to the parameters as were provided to the service broker at service instance creation.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Add a key/value pair to the parameters as were provided to the service broker at service instance creation.
parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Add a set of parameters from the provided Map to the request parameters as would be provided in the request from the platform.
parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Add a key/value pair to the request parameters as would be provided in the request from the platform.
parseOriginatingIdentity(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
Plan - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a service plan available for a ServiceDefinition.
Plan() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the fully resolved plan
plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the fully resolved plan.
Plan - Class in org.springframework.cloud.servicebroker.model.catalog
A service plan available for a ServiceDefinition
plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the fully resolved plan for the service definition
plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the fully resolved plan.
plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the fully resolved plan for the service definition
Plan.PlanBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a Plan.
PLAN_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the plan ID as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the plan ID as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the plan ID as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the plan ID as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the plan ID of the request as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the plan ID as would be provided in the request from the platform.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Set the ID of the plan associated with the service instance.
planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the plan ID as would be provided in the request from the platform.
plans(Plan...) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of plans for this service.
plans(List<Plan>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of plans for this service.
planUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
Indicates whether the service supports requests to update instances to use a different plan from the one used to provision a service instance.
platform - Variable in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
 
platform(String) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
Set the name of the platform as would be provided in the request from the platform.
platform - Variable in class org.springframework.cloud.servicebroker.model.Context
 
PLATFORM_INSTANCE_ID_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
PLATFORM_KEY - Static variable in class org.springframework.cloud.servicebroker.model.Context
 
PlatformContext - Class in org.springframework.cloud.servicebroker.model
Platform specific contextual information under which the service instance is to be provisioned or updated.
PlatformContext.PlatformContextBuilder - Class in org.springframework.cloud.servicebroker.model
Provides a fluent API for constructing a PlatformContext.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the ID of the platform instance as would be provided in the request from the platform.
platformInstanceId - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Compares the service broker API version header to the supported version.
PreviousValues(String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
 
previousValues(UpdateServiceInstanceRequest.PreviousValues) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the previous values of the service instance details as would be provided in the request from the platform.
properties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
Add a set of properties from the provided Map to the bind resource properties as would be provided in the request from the platform.
properties(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
Add a key/value pair to the bind resource properties as would be provided in the request from the platform.
properties - Variable in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
 
properties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
Add a set of properties from the provided Map to the context properties as would be provided in the request from the platform.
properties - Variable in class org.springframework.cloud.servicebroker.model.Context
 
property(String, Object) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
Add a key/value pair to the context properties as would be provided in the request from the platform.

R

redirectUri(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
A domain for the service dashboard that will be whitelisted by the UAA to enable dashboard SSO.
requires(String...) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of permissions that the user would have to give the service, if they provision it.
requires(List<String>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of permissions that the user would have to give the service, if they provision it.
requires(ServiceDefinitionRequires...) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of permissions that the user would have to give the service, if they provision it.
route(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
Set an application route as would be provided in a route binding request from the platform.
routeServiceUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
Set a URL to which the platform should proxy requests for the bound route.
routeServiceUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
Set a URL to which the platform should proxy requests for the bound route.

S

Schemas - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a JSON Schemas available for a Plan.
Schemas() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
schemas(Schemas) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
The schemas for this plan
Schemas - Class in org.springframework.cloud.servicebroker.model.catalog
JSON Schemas available for a Plan.
Schemas.SchemasBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a Schemas.
secret(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
The client secret for the dashboard OAuth2 client.
SERVICE_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a Service binding JSON Schemas.
ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
 
serviceBindingSchema(ServiceBindingSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
The schemas available on a service binding.
ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model.catalog
Service binding JSON Schemas.
ServiceBindingSchema.ServiceBindingSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a ServiceBindingSchema.
serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ServiceBrokerApiVersionErrorMessage - Class in org.springframework.cloud.servicebroker.exception
Provides a formatted message indicating that the service broker does not support the version of the Open Service Broker API provided by the platform.
ServiceBrokerApiVersionException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that the version of the API supported by the broker doesn't match the version provided by the platform.
ServiceBrokerApiVersionException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
Construct an exception with the expected and provided versions.
ServiceBrokerApiVersionException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
Construct an exception with an error code and the expected and provided versions.
serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ServiceBrokerAsyncRequiredException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a service broker requires that the platform support asynchronous processing of operations.
ServiceBrokerAsyncRequiredException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
Construct an exception with the provided message.
ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker implementation beans.
ServiceBrokerAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
ServiceBrokerBindingRequiresAppException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that the service broker received a binding request without an application resource, but only supports binding to applications.
ServiceBrokerBindingRequiresAppException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
Construct an exception with the provided message.
ServiceBrokerBindingRequiresAppException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
Construct an exception with the provided message and cause.
ServiceBrokerConcurrencyException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that the service broker received concurrent requests to modify a resource.
ServiceBrokerConcurrencyException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
Construct an exception with the provided message.
ServiceBrokerConcurrencyException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
Construct an exception with the provided message and cause.
ServiceBrokerException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate underlying service broker errors (like connectivity to the service being brokered) not covered by a more specific exception.
ServiceBrokerException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
Construct an exception with the provided message.
ServiceBrokerException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
Construct an exception with the provided error code and message.
ServiceBrokerException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
Construct an exception with the provided message and cause.
ServiceBrokerException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
Construct an exception with the provided error code, message and cause.
ServiceBrokerException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
Construct an exception without a message and with the provided cause.
serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
ServiceBrokerExceptionHandler - Class in org.springframework.cloud.servicebroker.controller
Exception handling logic shared by all Controllers.
ServiceBrokerExceptionHandler() - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
 
ServiceBrokerInvalidOriginatingIdentityException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that parameters passed in the originating identity header are not understood by the service broker.
ServiceBrokerInvalidOriginatingIdentityException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidOriginatingIdentityException
Construct an exception with the provided message.
ServiceBrokerInvalidOriginatingIdentityException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidOriginatingIdentityException
Construct an exception with the provided message and cause.
ServiceBrokerInvalidParametersException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that parameters passed in a create or update request are not understood by the service broker.
ServiceBrokerInvalidParametersException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
Construct an exception with the provided message.
ServiceBrokerInvalidParametersException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
Construct an exception with the provided error code and message.
ServiceBrokerInvalidParametersException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
Construct an exception with the provided message and cause.
ServiceBrokerInvalidParametersException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
Construct an exception with the provided error code, message and cause.
ServiceBrokerInvalidParametersException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
Construct an exception with a default message and the provided cause.
ServiceBrokerOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request for a service instance or binding was received while asynchronous creation of the service instance or binding is in progress.
ServiceBrokerOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
Construct an exception with a default message.
ServiceBrokerOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
Construct an exception with a default message that includes the provided operation description.
ServiceBrokerOperationInProgressException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
Construct an exception with an error code and default message.
ServiceBrokerProperties - Class in org.springframework.cloud.servicebroker.autoconfigure.web
ConfigurationProperties for a Service Broker
ServiceBrokerProperties() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
ServiceBrokerRequest - Class in org.springframework.cloud.servicebroker.model
Details common to all service broker requests.
ServiceBrokerRequest() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
ServiceBrokerRequest(String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
ServiceBrokerRestController - Annotation Type in org.springframework.cloud.servicebroker.annotation
 
ServiceBrokerUnavailableException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a service broker is able to accept requests from the platform but is temporarily unable to process those requests.
ServiceBrokerUnavailableException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
Construct an exception with the provided message.
ServiceBrokerUnavailableException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
Construct an exception with the provided error code and message.
ServiceBrokerUnavailableException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
Construct an exception with the provided message and cause.
ServiceBrokerUnavailableException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
Construct an exception with the provided error code, message and cause.
ServiceBrokerUnavailableException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
Construct an exception with the provided cause.
ServiceBrokerWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker REST API endpoints.
ServiceBrokerWebMvcAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ServiceDefinition - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a service offered by this broker.
ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the fully resolved service definition.
serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the fully resolved service definition.
ServiceDefinition - Class in org.springframework.cloud.servicebroker.model.catalog
A service offered by this broker.
serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the fully resolved service definition.
serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the fully resolved service definition.
serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the fully resolved service definition.
ServiceDefinition.ServiceDefinitionBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a ServiceDefinition.
ServiceDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request includes a service definition ID that does not exist in the service broker catalog.
ServiceDefinitionDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
Construct an exception with a default message that includes the provided service definition ID.
ServiceDefinitionDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
Construct an exception with an error code and default message that includes the provided service definition ID.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Set the ID of the service definition associated with the service instance.
serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the service definition ID as would be provided in the request from the platform.
ServiceDefinitionRequires - Enum in org.springframework.cloud.servicebroker.model.catalog
The list of acceptable values for the requires field of a service definition.
serviceDefinitions(List<ServiceDefinition>) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
Add a set of service offerings from the provided List to the service offerings provided by the service broker.
serviceDefinitions(ServiceDefinition...) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
Add a set of service offerings from the provided array to the service offerings provided by the service broker.
serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
ServiceInstanceBindingController - Class in org.springframework.cloud.servicebroker.controller
Provide endpoints for the service bindings API.
ServiceInstanceBindingController(CatalogService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
ServiceInstanceBindingDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request includes a service binding ID that is not known to the service broker.
ServiceInstanceBindingDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
Construct an exception with a default message that includes the provided service binding ID.
ServiceInstanceBindingExistsException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a service binding create request was received for a binding that already exists with parameters that are different from the existing binding.
ServiceInstanceBindingExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
Construct an exception with a default message that includes the provided IDs.
ServiceInstanceBindingExistsException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
Construct an exception with a default message that includes the provided IDs.
ServiceInstanceBindingService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
ServiceInstanceController - Class in org.springframework.cloud.servicebroker.controller
Provide endpoints for the service instances API.
ServiceInstanceController(CatalogService, ServiceInstanceService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
ServiceInstanceDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request includes a service instance ID that is not known to the service broker.
ServiceInstanceDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
Construct an exception with a default message that includes the provided service instance ID.
ServiceInstanceDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
Construct an exception with an error code and default message that includes the provided service instance ID.
ServiceInstanceExistsException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a service instance create request was received for an instance that already exists with parameters that are different from the existing instance.
ServiceInstanceExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
Construct an exception with a default message that includes the provided IDs.
ServiceInstanceExistsException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
Construct an exception with an error code and default message that includes the provided IDs.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
Set the service instance ID as would be provided in the request from the platform.
ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes service instance JSON Schemas.
ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
serviceInstanceSchema(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
The schemas available on a service instance.
ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model.catalog
Service instance JSON Schemas.
ServiceInstanceSchema.ServiceInstanceSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
Provides a fluent API for constructing a ServiceInstanceSchema.
ServiceInstanceService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests related to provisioning, updating, and deprovisioning service instances.
ServiceInstanceUpdateNotSupportedException - Exception in org.springframework.cloud.servicebroker.exception
Thrown to indicate that a request to update a service instance can not be fulfilled by the service broker.
ServiceInstanceUpdateNotSupportedException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
Construct an exception with a default message and the provided detail.
ServiceInstanceUpdateNotSupportedException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
Construct an exception with an error code, default message and the provided detail.
ServiceInstanceUpdateNotSupportedException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
Construct an exception with a default message and the provided detail and a cause.
ServiceInstanceUpdateNotSupportedException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
Construct an exception with a default message and the provided detail and a cause.
ServiceInstanceUpdateNotSupportedException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
Construct an exception with a default message and the provided cause.
setAmount(String, Double) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
setAmount(Map<String, Double>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
setApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
This method is intended to be used internally only; use a builder to construct an object of this type and set all field values.
setApiVersion(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
setAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
This method is intended to be used internally only; use a builder to construct an object of this type and set all field values.
setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setBindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
This method is intended to be used internally only; use CreateServiceInstanceBindingRequest.builder() to construct an object of this type and set all field values.
setBindingsRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setBullets(List<String>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
setCatalog(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
setCommonRequestFields(ServiceBrokerRequest, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
setCommonRequestFields(AsyncServiceBrokerRequest, String, String, String, boolean) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
setCosts(List<Cost>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
setCreate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
 
setCreate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
setDashboardClient(DashboardClient) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setDescription(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setDescription(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setDisplayName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
setFree(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setInstancesRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setMetadata(Metadata) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
This method is intended to be used internally only; use a builder to construct an object of this type and set all field values.
setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
This method is intended to be used internally only; use CreateServiceInstanceBindingRequest.builder() to construct an object of this type and set all field values.
setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
For internal use only.
setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
For internal use only.
setPlanUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
setPlatformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
This method is intended to be used internally only; use a builder to construct an object of this type and set all field values.
setProperties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
 
setRedirectUri(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
setSchemas(Schemas) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setSecret(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
setServiceBinding(ServiceBindingSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
This method is intended to be used internally only; use CreateServiceInstanceBindingRequest.builder() to construct an object of this type and set all field values.
setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
This method is intended to be used internally only; use CreateServiceInstanceRequest.builder() to construct an object of this type and set all field values.
setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
This method is intended to be used internally only; use UpdateServiceInstanceRequest.builder() to construct an object of this type and set all field values.
setServiceInstance(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
This method is intended to be used internally only; use CreateServiceInstanceBindingRequest.builder() to construct an object of this type and set all field values.
setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
This method is intended to be used internally only; use CreateServiceInstanceRequest.builder() to construct an object of this type and set all field values.
setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
This method is intended to be used internally only; use UpdateServiceInstanceRequest.builder() to construct an object of this type and set all field values.
setUnit(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
setUpdate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
SharedVolumeDevice - Class in org.springframework.cloud.servicebroker.model.binding
Represents a type of distributed VolumeDevice which can be mounted on multiple app instances simultaneously.
SharedVolumeDevice.SharedVolumeDeviceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a SharedVolumeDevice.
SPACE_GUID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
spaceGuid(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
 
syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Set the URL to which the platform should drain logs for the bound application.
syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Set the URL to which the platform should drain logs for the bound application.

T

tags(String...) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of tags to aid in categorizing and classifying services with similar characteristics.
tags(List<String>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
A list of tags to aid in categorizing and classifying services with similar characteristics.
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
Converts this object into its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
Converts this object to its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
Convert this object to its corresponding model
toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
Converts this object into its corresponding model
toString() - Method in class org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionErrorMessage
 
toString() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeDevice
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
 
toString() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
 
toString() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
 
toString() - Method in class org.springframework.cloud.servicebroker.model.Context
 
toString() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
Get the String value of an enumerated value.
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
 
toString() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
 
toString() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 

U

updateMethodSchema(MethodSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema.ServiceInstanceSchemaBuilder
The JSON schema for configuration parameters when updating a service instance.
updateServiceInstance(Map<String, String>, String, boolean, String, String, UpdateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
updateServiceInstance(UpdateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Update a service instance.
UpdateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
Details of a request to update a service instance.
UpdateServiceInstanceRequest.PreviousValues - Class in org.springframework.cloud.servicebroker.model.instance
Information about the service instance prior to the update request.
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing a UpdateServiceInstanceRequest.
UpdateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
Details of a response to a request to update a service instance.
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
Provides a fluent API for constructing an UpdateServiceInstanceResponse.

V

valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
Returns an array containing the constants of this enum type, in the order they are declared.
VolumeDevice - Class in org.springframework.cloud.servicebroker.model.binding
Base class for types of volume devices.
VolumeDevice() - Constructor for class org.springframework.cloud.servicebroker.model.binding.VolumeDevice
 
volumeId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
Set the ID of the shared volume device to mount on each app instance.
VolumeMount - Class in org.springframework.cloud.servicebroker.model.binding
Details of a volume mount in a service binding response.
VolumeMount.DeviceType - Enum in org.springframework.cloud.servicebroker.model.binding
Values specifying the type of device to mount.
VolumeMount.Mode - Enum in org.springframework.cloud.servicebroker.model.binding
Values designating whether the mounted volume can be written to or read from.
VolumeMount.VolumeMountBuilder - Class in org.springframework.cloud.servicebroker.model.binding
Provides a fluent API for constructing a VolumeMount.
volumeMounts(List<VolumeMount>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Add a set of volume mounts from the provided List to the volume mounts that can be used in an application container file system.
volumeMounts(VolumeMount...) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
Add a set of volume mounts from the provided array to the volume mounts that can be used in an application container file system.
volumeMounts(List<VolumeMount>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a set of volume mounts from the provided List to the volume mounts that can be used in an application container file system.
volumeMounts(VolumeMount...) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
Add a set of volume mounts from the provided array to the volume mounts that can be used in an application container file system.
A B C D E F G H I K M N O P R S T U V 
Skip navigation links
Spring Cloud Service Broker