Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addCompletionFlow(C) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Add a completion flow.
- addErrorFlow(E) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Add an error flow.
- addInitializationFlow(I) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Add an initialization flow.
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcConfigurerAdapter
- ALL - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
-
Accepts all network protocols.
- allowContextUpdates(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service instance supports contextual updates.
- analyze(Throwable, CatalogDefinitionDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredCatalogBeanFailureAnalyzer
- analyze(Throwable, ServiceInstanceServiceBeanDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredServiceInstanceServiceBeanFailureAnalyzer
- API_INFO_LOCATION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
API Info Location header.
- API_VERSION_ANY - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
API Version value representing any version.
- API_VERSION_CURRENT - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Current API Version supported by this library.
- apiInfoLocation - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
- 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.
- ApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
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.servlet.ApiVersionInterceptor
-
Construct an interceptor that disables API version validation.
- ApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionInterceptor
-
Construct an interceptor that validates the API version passed in request headers to the configured version.
- apiVersionWebFilter(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
-
Conditionally provides a
ApiVersionWebFilter
bean. - ApiVersionWebFilter - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
WebFilter
that configures checking for an appropriate service broker API version. - ApiVersionWebFilter() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFilter
-
Construct a filter that disables API version validation.
- ApiVersionWebFilter(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFilter
-
Construct a filter that validates the API version passed in request headers to the configured version.
- ApiVersionWebFluxAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
Auto-configuration
for the service broker API validation. - ApiVersionWebFluxAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
-
Construct a new
ApiVersionWebFluxAutoConfiguration
. - ApiVersionWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
Auto-configuration
for the service broker API validation. - ApiVersionWebMvcAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Construct a new
ApiVersionWebMvcAutoConfiguration
. - ApiVersionWebMvcConfigurerAdapter - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
WebMvcConfigurer
that configures checking for an appropriate service broker API version. - ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcConfigurerAdapter
-
Auto-wire the expected beans.
- APP_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
-
Error code representing that the service broker received a binding request without an application resource.
- 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 request parameter key.
- ASYNC_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
-
Error code representing that asynchronous processing is required by the service broker.
- 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.
- asyncOperationBindingRegistry(List<AsyncOperationServiceInstanceBindingInitializationFlow>, List<AsyncOperationServiceInstanceBindingCompletionFlow>, List<AsyncOperationServiceInstanceBindingErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
AsyncOperationServiceInstanceBindingEventFlowRegistry
bean. - asyncOperationRegistry(List<AsyncOperationServiceInstanceInitializationFlow>, List<AsyncOperationServiceInstanceCompletionFlow>, List<AsyncOperationServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
AsyncOperationServiceInstanceEventFlowRegistry
bean. - AsyncOperationServiceInstanceBindingCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for service binding asynchronous get last operation request.
- AsyncOperationServiceInstanceBindingErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for service binding asynchronous get last operation request.
- AsyncOperationServiceInstanceBindingEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for asynchronous get last binding operation requests.
- AsyncOperationServiceInstanceBindingEventFlowRegistry(List<AsyncOperationServiceInstanceBindingInitializationFlow>, List<AsyncOperationServiceInstanceBindingCompletionFlow>, List<AsyncOperationServiceInstanceBindingErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceBindingEventFlowRegistry
-
Construct a new
AsyncOperationServiceInstanceBindingEventFlowRegistry
. - AsyncOperationServiceInstanceBindingInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for service binding asynchronous get last operation request.
- AsyncOperationServiceInstanceCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for asynchronous get last operation reguest.
- AsyncOperationServiceInstanceErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for asynchronous get last operation reguest.
- AsyncOperationServiceInstanceEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for asynchronous get last operation requests.
- AsyncOperationServiceInstanceEventFlowRegistry(List<AsyncOperationServiceInstanceInitializationFlow>, List<AsyncOperationServiceInstanceCompletionFlow>, List<AsyncOperationServiceInstanceErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceEventFlowRegistry
-
Construct a new
AsyncOperationServiceInstanceEventFlowRegistry
. - AsyncOperationServiceInstanceInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for asynchronous get last operation reguest.
- 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
-
Construct a new
AsyncParameterizedServiceInstanceRequest
. - AsyncParameterizedServiceInstanceRequest(Map<String, Object>, Context, boolean, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
Construct a new
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
-
Create a new AsyncServiceBrokerRequest.
- AsyncServiceBrokerRequest(boolean, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
Create a new 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
-
Create a new 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
-
Construct a new
BaseController
. - beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
-
Conditionally provides a
CatalogService
bean. - BeanCatalogService - Class in org.springframework.cloud.servicebroker.service
-
An implementation of the
CatalogService
that allows theCatalog
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.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service can be bound to applications.
- 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.
- BINDING_ID_PATH_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Binding ID path variable name.
- bindingExisted - Variable in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
- 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(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.
- BindingMetadata - Class in org.springframework.cloud.servicebroker.model.binding
-
Service Instance Binding Metadata
- BindingMetadata() - Constructor for class org.springframework.cloud.servicebroker.model.binding.BindingMetadata
-
Construct a new BindingMetadata.
- BindingMetadata(String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.BindingMetadata
-
Construct a new BindingMetadata.
- BindingMetadata.BindingMetadataBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a
BindingMetadata
. - bindingsRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service broker supports retrieving service bindings.
- 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 - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of any platform resources that a service binding will be associated with.
- BindResource(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Construct a new
BindResource
. - 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
-
Object for configuring the version of the API supported by the service broker.
- BrokerApiVersion() - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Specify that service broker API validation should be disabled.
- BrokerApiVersion(String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Specify the service broker API version supported by the service broker.
- 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.
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.BindingMetadata.BindingMetadataBuilder
-
Construct a
BindingMetadata
from the provided values. - 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.Endpoint.EndpointBuilder
-
Construct an
Endpoint
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.MaintenanceInfo.MaintenanceInfoBuilder
-
Constructs a
MaintenanceInfo
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
-
Construct an implementing
Context.ContextBaseBuilder
. - build() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
-
Construct an
ErrorMessage
from the provided values. - 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.ServiceInstanceMetadata.ServiceInstanceMetadataBuilder
-
Construct a
ServiceInstanceMetadata
from the provided values. - build() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues.PreviousValuesBuilder
-
Construct a
UpdateServiceInstanceRequest.PreviousValues
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.BindingMetadata
-
Create a builder that provides a fluent API for constructing a BindingMetadata.
- 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.Endpoint
-
Create a builder that provides a fluent API for constructing an Endpoint.
- 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.MaintenanceInfo
-
Creates a builder that provides a fluent API for constructing a MaintenanceInfo.
- 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 for constructing a
CloudFoundryContext
. - builder() - Static method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Create a builder that provides a fluent API for constructing an ErrorMessage.
- 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.ServiceInstanceMetadata
-
Create a builder that provides a fluent API for constructing a ServiceInstanceMetadata.
- 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.UpdateServiceInstanceRequest.PreviousValues
-
Create a builder that provides a fluent API for constructing a PreviousValues.
- 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
-
Create a builder that provides a fluent API for constructing a 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
-
Is another object type compatible with this object.
- canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.BindingMetadata
-
Is another object type compatible with this object.
- 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
-
Is another object type compatible with this object.
- canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
- canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Is another object type compatible with this object.
- 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
-
Is another object type compatible with this object.
- canEqual(Object) - Method in class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata
-
Is another object type compatible with this object.
- 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
-
Is another object type compatible with this object.
- catalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration
-
Privide a
Catalog
bean. - Catalog - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling a catalog of services within
ServiceBrokerProperties
configuration properties. - Catalog - Class in org.springframework.cloud.servicebroker.model.catalog
-
The catalog of services offered by the service broker.
- Catalog() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
- Catalog() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Catalog
-
Construct a new
Catalog
. - Catalog(List<ServiceDefinition>) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Catalog
-
Construct a new
Catalog
. - 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.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
CatalogController
bean. - catalogController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
CatalogController
bean. - 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
-
Construct a new
CatalogController
. - CatalogDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.autoconfigure.web.exception
-
An exception thrown when a Catalog is not configured.
- CatalogDefinitionDoesNotExistException() - Constructor for exception org.springframework.cloud.servicebroker.autoconfigure.web.exception.CatalogDefinitionDoesNotExistException
- CatalogPropertiesMinimalConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration
-
Construct a new
ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration
. - 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
-
Cloud Foundry platform key.
- 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(String, String, String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Create a new CloudFoundryContext.
- CloudFoundryContext(String, String, Map<String, Object>, String, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Create a new CloudFoundryContext.
- CloudFoundryContext.CloudFoundryContextBuilder - Class in org.springframework.cloud.servicebroker.model
-
Provides a fluent API for constructing a
CloudFoundryContext
. - clusterid(String) - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
-
Set the kubernetes clusterid.
- CLUSTERID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes Cluster ID key.
- complete(CreateServiceInstanceBindingRequest, CreateServiceInstanceBindingResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceBindingCompletionFlow
-
Performs the operation on the completion flow.
- complete(DeleteServiceInstanceBindingRequest, DeleteServiceInstanceBindingResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceBindingCompletionFlow
-
Performs the operation on the completion flow.
- complete(GetLastServiceBindingOperationRequest, GetLastServiceBindingOperationResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceBindingCompletionFlow
-
Performs the operation on the completion flow.
- complete(CreateServiceInstanceRequest, CreateServiceInstanceResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceCompletionFlow
-
Performs the operation on the completion flow.
- complete(DeleteServiceInstanceRequest, DeleteServiceInstanceResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceCompletionFlow
-
Performs the operation on the completion flow.
- complete(GetLastServiceOperationRequest, GetLastServiceOperationResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceCompletionFlow
-
Performs the operation on the completion flow.
- complete(UpdateServiceInstanceRequest, UpdateServiceInstanceResponse) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.UpdateServiceInstanceCompletionFlow
-
Performs the operation on the completion flow.
- CONCURRENCY_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
-
Error code indicating the service broker received concurrent requests to modify a resource.
- configureCommonRequestFields(AsyncServiceBrokerRequest, String, String, String, String, boolean) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Sets common headers for the request.
- configureCommonRequestFields(ServiceBrokerRequest, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Sets common headers for the request.
- 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(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 - 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
-
Create a new Context.
- Context(String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.Context
-
Create a new Context.
- Context.ContextBaseBuilder<R extends Context,
B extends Context.ContextBaseBuilder<R, B>> - Class in org.springframework.cloud.servicebroker.model -
Builder class for Context.
- ContextBaseBuilder() - Constructor for class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
Construct a new ContextBaseBuilder.
- convertMap(Map<String, Object>) - Static method in class org.springframework.cloud.servicebroker.autoconfigure.web.util.MetadataUtils
-
Traverses the tree and converts numbered maps into arrays for proper JSON.
- 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
-
Construct a builder.
- createBuilder() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
- createBuilder() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext.PlatformContextBuilder
- createInstanceBindingRegistry(List<CreateServiceInstanceBindingInitializationFlow>, List<CreateServiceInstanceBindingCompletionFlow>, List<CreateServiceInstanceBindingErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
CreateServiceInstanceBindingEventFlowRegistry
bean. - createInstanceRegistry(List<CreateServiceInstanceInitializationFlow>, List<CreateServiceInstanceCompletionFlow>, List<CreateServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
CreateServiceInstanceEventFlowRegistry
bean. - 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, String, CreateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
REST controller for creating a service instance.
- createServiceInstance(CreateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
- 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Construct a new
CreateServiceInstanceAppBindingResponse
. - CreateServiceInstanceAppBindingResponse(boolean, String, boolean, BindingMetadata, Map<String, Object>, String, List<VolumeMount>, List<Endpoint>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Construct a new
CreateServiceInstanceAppBindingResponse
. - 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, String, CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
REST controller for creating a service instance binding.
- createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
-
Create a new binding to a service instance.
- createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceBindingEventService
- createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
-
Create a new binding to a service instance.
- CreateServiceInstanceBindingCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for create service instance binding request.
- CreateServiceInstanceBindingErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for create service instance binding request.
- CreateServiceInstanceBindingEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for create service instance binding requests.
- CreateServiceInstanceBindingEventFlowRegistry(List<CreateServiceInstanceBindingInitializationFlow>, List<CreateServiceInstanceBindingCompletionFlow>, List<CreateServiceInstanceBindingErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceBindingEventFlowRegistry
-
Construct a new
CreateServiceInstanceBindingEventFlowRegistry
. - CreateServiceInstanceBindingInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for create service instance binding request.
- CreateServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a request to create a service instance binding.
- CreateServiceInstanceBindingRequest() - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Construct a new
CreateServiceInstanceBindingRequest
. - CreateServiceInstanceBindingRequest(String, String, String, String, ServiceDefinition, Plan, boolean, BindResource, Map<String, Object>, Context, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Construct a new
CreateServiceInstanceBindingRequest
. - 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, BindingMetadata) - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
-
Construct a new
CreateServiceInstanceBindingResponse
. - CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a
CreateServiceInstanceResponse
. - CreateServiceInstanceCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for create service instance request.
- CreateServiceInstanceErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for create service instance request.
- CreateServiceInstanceEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for create service instance requests.
- CreateServiceInstanceEventFlowRegistry(List<CreateServiceInstanceInitializationFlow>, List<CreateServiceInstanceCompletionFlow>, List<CreateServiceInstanceErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceEventFlowRegistry
-
Construct a new
CreateServiceInstanceEventFlowRegistry
. - CreateServiceInstanceInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for create service instance request.
- CreateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to create a new service instance.
- CreateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Construct a new
CreateServiceInstanceRequest
. - CreateServiceInstanceRequest(String, String, String, ServiceDefinition, Plan, Map<String, Object>, Context, boolean, String, String, Context, String, MaintenanceInfo) - Constructor for class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Construct a new
CreateServiceInstanceRequest
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
Construct a new
CreateServiceInstanceResponse
. - CreateServiceInstanceResponse(boolean, String, String, boolean, ServiceInstanceMetadata) - Constructor for class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
Construct a new
CreateServiceInstanceResponse
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
-
Construct a new
CreateServiceInstanceRouteBindingResponse
. - CreateServiceInstanceRouteBindingResponse(boolean, String, boolean, BindingMetadata, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
-
Construct a new
CreateServiceInstanceRouteBindingResponse
. - CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a
CreateServiceInstanceAppBindingResponse
. - 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(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.
- 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(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.
D
- 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 - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describe the dashboard URI for aServiceDefinition
. - DashboardClient - Class in org.springframework.cloud.servicebroker.model.catalog
-
The dashboard URI for a
ServiceDefinition
. - DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
- DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
Construct a new
DashboardClient
. - DashboardClient(String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
Construct a new
DashboardClient
. - 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
-
API Version header.
- deleteInstanceBindingRegistry(List<DeleteServiceInstanceBindingInitializationFlow>, List<DeleteServiceInstanceBindingCompletionFlow>, List<DeleteServiceInstanceBindingErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
DeleteServiceInstanceBindingEventFlowRegistry
bean. - deleteInstanceRegistry(List<DeleteServiceInstanceInitializationFlow>, List<DeleteServiceInstanceCompletionFlow>, List<DeleteServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
DeleteServiceInstanceEventFlowRegistry
bean. - 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, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
REST controller for deleting a service instance.
- deleteServiceInstance(DeleteServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
- 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, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
REST controller for deleting a service instance binding.
- deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
-
Delete a service instance binding.
- deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceBindingEventService
- deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
-
Delete a service instance binding.
- DeleteServiceInstanceBindingCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for delete service instance binding request.
- DeleteServiceInstanceBindingErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for delete service instance binding request.
- DeleteServiceInstanceBindingEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for delete service instance binding requests.
- DeleteServiceInstanceBindingEventFlowRegistry(List<DeleteServiceInstanceBindingInitializationFlow>, List<DeleteServiceInstanceBindingCompletionFlow>, List<DeleteServiceInstanceBindingErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceBindingEventFlowRegistry
-
Construct a new
DeleteServiceInstanceBindingEventFlowRegistry
. - DeleteServiceInstanceBindingInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for delete service instance binding request.
- DeleteServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a request to delete a service instance binding.
- DeleteServiceInstanceBindingRequest(String, String, String, String, ServiceDefinition, Plan, boolean, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Construct a new
DeleteServiceInstanceBindingRequest
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
-
Construct a new
DeleteServiceInstanceBindingResponse
. - DeleteServiceInstanceBindingResponse(boolean, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
-
Construct a new
DeleteServiceInstanceBindingResponse
. - DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a
DeleteServiceInstanceBindingResponse
. - DeleteServiceInstanceCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for delete service instance request.
- DeleteServiceInstanceErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for delete service instance request.
- DeleteServiceInstanceEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for delete service instance requests.
- DeleteServiceInstanceEventFlowRegistry(List<DeleteServiceInstanceInitializationFlow>, List<DeleteServiceInstanceCompletionFlow>, List<DeleteServiceInstanceErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceEventFlowRegistry
-
Construct a new
DeleteServiceInstanceEventFlowRegistry
. - DeleteServiceInstanceInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for delete service instance request.
- DeleteServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to delete a service instance.
- DeleteServiceInstanceRequest(String, String, String, ServiceDefinition, Plan, boolean, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Construct a new
DeleteServiceInstanceRequest
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse
-
Construct a new
DeleteServiceInstanceResponse
. - DeleteServiceInstanceResponse(boolean, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse
-
Construct a new
DeleteServiceInstanceResponse
. - 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.MaintenanceInfo.MaintenanceInfoBuilder
-
The description of the impact of the maintenance update.
- 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
- Endpoint - Class in org.springframework.cloud.servicebroker.model.binding
-
The network endpoints that the Application uses to connect to the Service Instance.
- Endpoint() - Constructor for class org.springframework.cloud.servicebroker.model.binding.Endpoint
-
Construct a new
Endpoint
. - Endpoint(String, List<String>, Endpoint.Protocol) - Constructor for class org.springframework.cloud.servicebroker.model.binding.Endpoint
-
Construct a new
Endpoint
. - Endpoint.EndpointBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluid API for constructing an
Endpoint
. - Endpoint.Protocol - Enum Class in org.springframework.cloud.servicebroker.model.binding
-
Values designating the network protocol.
- EndpointBuilder() - Constructor for class org.springframework.cloud.servicebroker.model.binding.Endpoint.EndpointBuilder
- endpoints(List<Endpoint>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Add a set of endpoints from the provided List to the endpoints that can be used by an application to connect to the service instance.
- endpoints(List<Endpoint>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Add a set of endpoints from the provided List to the endpoints that can be used by an application to connect to the service instance.
- endpoints(Endpoint...) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Add a set of endpoints from the provided array to the endpoints that can be used by an application to connect to the service instance.
- endpoints(Endpoint...) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Add a set of endpoints from the provided array to the endpoints that can be used by an application to connect to the service instance.
- 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.BindingMetadata
- 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.Endpoint
- 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.MaintenanceInfo
- 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.error.OperationInProgressMessage
- 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.ServiceInstanceMetadata
- 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
- error(String) - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
-
Set the error code.
- error(CreateServiceInstanceBindingRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceBindingErrorFlow
-
Performs the operation on the error flow.
- error(DeleteServiceInstanceBindingRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceBindingErrorFlow
-
Performs the operation on the error flow.
- error(GetLastServiceBindingOperationRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceBindingErrorFlow
-
Performs the operation on the error flow.
- error(CreateServiceInstanceRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceErrorFlow
-
Performs the operation on the error flow.
- error(DeleteServiceInstanceRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceErrorFlow
-
Performs the operation on the error flow.
- error(GetLastServiceOperationRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceErrorFlow
-
Performs the operation on the error flow.
- error(UpdateServiceInstanceRequest, Throwable) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.UpdateServiceInstanceErrorFlow
-
Performs the operation on the error flow.
- 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.
- ErrorMessage(String, String, Boolean, Boolean) - Constructor for class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Construct an error message.
- ErrorMessage.ErrorMessageBuilder - Class in org.springframework.cloud.servicebroker.model.error
-
Provides a fluent API for constructing an
ErrorMessage
. - ErrorMessageBuilder() - Constructor for class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
- eventFlowRegistries(CreateServiceInstanceEventFlowRegistry, UpdateServiceInstanceEventFlowRegistry, DeleteServiceInstanceEventFlowRegistry, AsyncOperationServiceInstanceEventFlowRegistry, CreateServiceInstanceBindingEventFlowRegistry, DeleteServiceInstanceBindingEventFlowRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
EventFlowRegistries
bean. - EventFlowRegistries - Class in org.springframework.cloud.servicebroker.service.events
-
A collection of registries for various event flows.
- EventFlowRegistries(CreateServiceInstanceEventFlowRegistry, UpdateServiceInstanceEventFlowRegistry, DeleteServiceInstanceEventFlowRegistry, AsyncOperationServiceInstanceEventFlowRegistry, CreateServiceInstanceBindingEventFlowRegistry, DeleteServiceInstanceBindingEventFlowRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry) - Constructor for class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
-
Construct a new
EventFlowRegistries
. - EventFlowRegistry<I,
C, E, R, S> - Class in org.springframework.cloud.servicebroker.service.events -
Abstract class for defining an event flow registry.
- EventFlowRegistry(List<I>, List<C>, List<E>) - Constructor for class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Construct a new
EventFlowRegistry
. - EventFlowsAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configuration
for the event flow implementation beans. - EventFlowsAutoConfiguration() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
- expiresAt(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindingMetadata.BindingMetadataBuilder
-
The date and time when the Service Binding becomes invalid and SHOULD NOT or CANNOT be used anymore.
F
- FAILED - Enum constant in enum class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Indicates that a request completed unsuccessfully.
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFilter
-
Process the web request and validate the API version in the header.
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.RequestIdentityWebFilter
-
Sets the X-Broker-API-Request-Identity header in the response if a value is received in the request from the platform.
- 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.
- getAsyncOperationBindingRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- getAsyncOperationRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- getAsyncResponseCode(AsyncServiceBrokerResponse) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
If an asynchronous request is received, then return HTTP 202 Accepted, otherwise HTTP 200 OK.
- 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.PlanMetadata
- getCatalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
- 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.
- getCatalog(HttpHeaders) - Method in class org.springframework.cloud.servicebroker.controller.CatalogController
-
REST controller for getting a catalog.
- getClusterid() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Retrieve the kubernetes clusterid from the collection of platform properties.
- getCompletionFlows(CreateServiceInstanceBindingRequest, CreateServiceInstanceBindingResponse) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceBindingEventFlowRegistry
- getCompletionFlows(DeleteServiceInstanceBindingRequest, DeleteServiceInstanceBindingResponse) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceBindingEventFlowRegistry
- getCompletionFlows(GetLastServiceBindingOperationRequest, GetLastServiceBindingOperationResponse) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceBindingEventFlowRegistry
- getCompletionFlows(CreateServiceInstanceRequest, CreateServiceInstanceResponse) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceEventFlowRegistry
- getCompletionFlows(DeleteServiceInstanceRequest, DeleteServiceInstanceResponse) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceEventFlowRegistry
- getCompletionFlows(GetLastServiceOperationRequest, GetLastServiceOperationResponse) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceEventFlowRegistry
- getCompletionFlows(UpdateServiceInstanceRequest, UpdateServiceInstanceResponse) - Method in class org.springframework.cloud.servicebroker.service.events.UpdateServiceInstanceEventFlowRegistry
- getCompletionFlows(R, S) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Retrieve the completion flows as a Flux.
- getCompletionFlowsInternal() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Merges the completion flows into a Flux.
- 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.instance.AsyncParameterizedServiceInstanceRequest
-
Get the platform-specific contextual information for the service instance.
- getCosts() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
- getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
- getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
- getCreateInstanceBindingRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- getCreateInstanceRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- 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.
- 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.
- getDeleteInstanceBindingRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- getDeleteInstanceRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- getDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
- 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.MaintenanceInfo
-
The description of the impact of the maintenance update.
- 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.PlanMetadata
- getDisplayName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- getDocumentationUrl() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- getDriver() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Get the name of the volume driver plugin which manages the device.
- getEndpoints() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Get the set of endpoints that can be used by an application to connect to the service instance.
- getEndpoints() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Get the set of endpoints that can be used by an application to connect to the service instance.
- getError() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Get the error code.
- getErrorFlows(CreateServiceInstanceBindingRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceBindingEventFlowRegistry
- getErrorFlows(DeleteServiceInstanceBindingRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceBindingEventFlowRegistry
- getErrorFlows(GetLastServiceBindingOperationRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceBindingEventFlowRegistry
- getErrorFlows(CreateServiceInstanceRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceEventFlowRegistry
- getErrorFlows(DeleteServiceInstanceRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceEventFlowRegistry
- getErrorFlows(GetLastServiceOperationRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceEventFlowRegistry
- getErrorFlows(UpdateServiceInstanceRequest, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.UpdateServiceInstanceEventFlowRegistry
- getErrorFlows(R, Throwable) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Retrieve the error flows as a Flux.
- getErrorFlowsInternal() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Merges the error flows into a Flux.
- getErrorMessage() - Method in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
- getErrorResponse(Exception) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Format an error message for the exception.
- getErrorResponse(String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Create an error message object.
- getErrorResponse(ServiceBrokerException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Format an error message for the exception.
- getExpiresAt() - Method in class org.springframework.cloud.servicebroker.model.binding.BindingMetadata
-
Get the expiration date and time.
- getHost() - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint
-
Get the host.
- 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.
- getImageUrl() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- getImageUrlResource() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- getInitializationFlows(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceBindingEventFlowRegistry
- getInitializationFlows(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceBindingEventFlowRegistry
- getInitializationFlows(GetLastServiceBindingOperationRequest) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceBindingEventFlowRegistry
- getInitializationFlows(CreateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.events.CreateServiceInstanceEventFlowRegistry
- getInitializationFlows(DeleteServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.events.DeleteServiceInstanceEventFlowRegistry
- getInitializationFlows(GetLastServiceOperationRequest) - Method in class org.springframework.cloud.servicebroker.service.events.AsyncOperationServiceInstanceEventFlowRegistry
- getInitializationFlows(UpdateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.events.UpdateServiceInstanceEventFlowRegistry
- getInitializationFlows(R) - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Retrieve the initialization flows as a Flux.
- getInitializationFlowsInternal() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistry
-
Merges the initialization flows into a Flux.
- getInstanceAnnotations() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Retrieve the kubernetes instance annotations from the collection of platform properties.
- getInstanceName() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the instance name from the collection of platform properties.
- getInstanceName() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Retrieve the kubernetes instance name from the collection of platform properties.
- getLabels() - Method in class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata
-
Get the labels.
- getLastOperation(GetLastServiceBindingOperationRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceBindingEventService
- 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 class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
- 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(String, String, String, String, String, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Construct a new
GetLastServiceBindingOperationRequest
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
-
Construct a new
GetLastServiceBindingOperationResponse
. - GetLastServiceBindingOperationResponse(OperationState, String, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
-
Construct a new
GetLastServiceBindingOperationResponse
. - 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(String, String, String, String, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Construct a new
GetLastServiceOperationRequest
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Construct a new
GetLastServiceOperationResponse
. - GetLastServiceOperationResponse(OperationState, String, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Deprecated.
- GetLastServiceOperationResponse(OperationState, String, Boolean, Boolean, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Construct a new
GetLastServiceOperationResponse
. - GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
Provides a fluent API for constructing a
GetLastServiceOperationResponse
. - getLog() - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Callback to implementing classes to obtain the configured Logger.
- getLog() - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler
- getLog() - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
- getLongDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
Maintenance information for a Service Instance which is provisioned using the Service Plan.
- getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the maintenance info of the service instance to create.
- getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the maintenance info of the service instance to update.
- getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Get the maintenance info to the update request.
- getMapProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Get the Map value of a property in the context with the given key.
- getMaximumPollingDuration() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- getMaximumPollingDuration() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
A duration, in seconds, that the Platform SHOULD use as the Service's maximum polling duration.
- 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.binding.CreateServiceInstanceBindingResponse
-
Get the service instance binding metadata.
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
Get the service instance binding metadata.
- 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.
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
Get object containing metadata for the service instance.
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
-
Get object containing metadata for the service instance.
- 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
-
Retrieve the kubernetes namespace from the collection of platform properties.
- getNamespaceAnnotations() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Retrieve the kubernetes namespace annotations from the collection of platform properties.
- 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.error.OperationInProgressMessage
-
Get the operation.
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Get the value of the operation field previously provided to the platform.
- getOperationInProgressMessage() - Method in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
- getOperationInProgressMessage(ServiceBrokerOperationInProgressException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Format an operation in progress message for the exception.
- getOrganizationAnnotations() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the organization annotations from the collection of platform properties.
- getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the organization GUID from the collection of platform properties.
- 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
-
Determine the organization GUID.
- getOrganizationId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Get the ID of the organization prior to the update request.
- getOrganizationName() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the organization name from the collection of platform properties.
- 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.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() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Get any parameters provided to the service broker when the service instance was created.
- 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.
- 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.binding.GetServiceInstanceBindingRequest
-
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.GetServiceInstanceRequest
-
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.
- getPorts() - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint
-
Get the list of ports.
- 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.PlanMetadata
- getProperties() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- 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.PlanMetadata
-
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.
- getProtocol() - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint
-
Get the network protocol.
- getProviderDisplayName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- 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.
- getRequestIdentity() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Get the identify of the request that was sent from the platform.
- getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Find the Service Definition for the provided ID.
- getRequiredServiceDefinitionPlan(ServiceDefinition, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Find the Plan for the Service Definition and Plan ID.
- 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.
- getResponseEntityCatalog(HttpHeaders) - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
-
Return the
ResponseEntity
with catalog of services provided by the service broker. - 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.
- getSerializableProperties() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Avoid polluting the serialized context with duplicated keys.
- getSerializableProperties() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Avoid polluting the serialized context with duplicated keys.
- 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() - 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.controller.BaseController
-
Find the Service Definition for the provided ID, or empty if not found.
- 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.binding.GetServiceInstanceBindingRequest
-
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.GetServiceInstanceRequest
-
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.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Get the ID of the service offering prior to the update request.
- getServiceDefinitionPlan(ServiceDefinition, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Find the Plan for the Service Definition and Plan ID, or empty if not found.
- 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, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
REST controller for getting a service instance.
- getServiceInstance(GetServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
- 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Construct a new
GetServiceInstanceAppBindingResponse
. - GetServiceInstanceAppBindingResponse(Map<String, Object>, BindingMetadata, Map<String, Object>, String, List<VolumeMount>, List<Endpoint>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Construct a new
GetServiceInstanceAppBindingResponse
. - 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, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
REST controller for getting a service instance binding.
- getServiceInstanceBinding(GetServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceBindingEventService
- 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, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
REST Controller for getting the last operation of a service instance binding.
- GetServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a request to retrieve a service instance binding.
- GetServiceInstanceBindingRequest(String, String, String, String, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
Construct a new
GetServiceInstanceBindingRequest
. - 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>, BindingMetadata) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
Construct a new
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, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
REST controller for getting the last operation of a service instance.
- GetServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to retrieve a service instance.
- GetServiceInstanceRequest(String, String, String, String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
Construct a new
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() - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Construct a new
GetServiceInstanceResponse
. - GetServiceInstanceResponse(String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Construct a new
GetServiceInstanceResponse
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
-
Construct a new
GetServiceInstanceRouteBindingResponse
. - GetServiceInstanceRouteBindingResponse(Map<String, Object>, BindingMetadata, String) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
-
Construct a new
GetServiceInstanceRouteBindingResponse
. - 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
- getSpaceAnnotations() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the space annotations from the collection of platform properties.
- getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the space GUID from the collection of platform properties.
- 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
-
Determine the space GUID.
- getSpaceId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Get the ID of the space prior to the update request.
- getSpaceName() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Retrieve the space name from the collection of platform properties.
- 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
-
Get the String value of a property in the context with the given key.
- getSupportUrl() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- 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
- getUpdateInstanceRegistry() - Method in class org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
- 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 class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Get the String value of an enumerated value.
- getVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
- getVersion() - Method in class org.springframework.cloud.servicebroker.model.catalog.MaintenanceInfo
-
The version of the maintenance update available for a plan.
- 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
- handleBindingException(Exception, BindingResult) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Creates an error message for binding errors.
- handleException(Exception) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
Exception
. - handleException(ServiceBrokerApiVersionException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerApiVersionException
. - handleException(ServiceBrokerApiVersionMissingException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerApiVersionMissingException
. - handleException(ServiceBrokerAsyncRequiredException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerAsyncRequiredException
. - handleException(ServiceBrokerBindingRequiresAppException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerBindingRequiresAppException
. - handleException(ServiceBrokerConcurrencyException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerConcurrencyException
. - handleException(ServiceBrokerCreateOperationInProgressException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceBrokerDeleteOperationInProgressException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceBrokerException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerException
. - handleException(ServiceBrokerInvalidOriginatingIdentityException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceBrokerInvalidParametersException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceBrokerInvalidParametersException
. - handleException(ServiceBrokerMaintenanceInfoConflictException) - 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
-
Handle a
ServiceBrokerUnavailableException
. - handleException(ServiceBrokerUpdateOperationInProgressException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceDefinitionDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceDefinitionDoesNotExistException
. - handleException(ServiceDefinitionPlanDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceInstanceBindingDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(ServiceInstanceBindingExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceInstanceBindingExistsException
. - handleException(ServiceInstanceDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceInstanceDoesNotExistException
. - handleException(ServiceInstanceExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
Handle a
ServiceInstanceExistsException
. - handleException(ServiceInstanceUpdateNotSupportedException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- handleException(HttpMessageNotReadableException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
-
Handle a
HttpMessageNotReadableException
. - handleException(MethodArgumentNotValidException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
-
Handle a
MethodArgumentNotValidException
. - handleException(MissingServletRequestParameterException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
-
Handle a
MissingServletRequestParameterException
. - handleException(WebExchangeBindException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler
-
Handle a
WebExchangeBindException
. - handleException(HttpMediaTypeNotSupportedException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
-
Handle a
HttpMediaTypeNotSupportedException
. - handleException(ServerWebInputException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler
-
Handle a
ServerWebInputException
. - handleException(UnsupportedMediaTypeStatusException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler
-
Handle a
UnsupportedMediaTypeStatusException
. - 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.BindingMetadata
- 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.Endpoint
- 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.MaintenanceInfo
- 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.error.OperationInProgressMessage
- 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.ServiceInstanceMetadata
- 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
- host(String) - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint.EndpointBuilder
-
Set the host name.
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.
- IN_PROGRESS - Enum constant in enum class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Indicates that a request is still being processed.
- initialize(CreateServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceBindingInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(DeleteServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceBindingInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(GetLastServiceBindingOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceBindingInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(CreateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.CreateServiceInstanceInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(DeleteServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.DeleteServiceInstanceInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(GetLastServiceOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.AsyncOperationServiceInstanceInitializationFlow
-
Performs the operation on the initialization flow.
- initialize(UpdateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.events.flows.UpdateServiceInstanceInitializationFlow
-
Performs the operation on the initialization flow.
- INSTANCE_ANNOTATIONS_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes Instance Annotations key.
- INSTANCE_ID_PATH_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Instance ID path variable name.
- INSTANCE_NAME_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Instance Name key.
- INSTANCE_NAME_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes Instance Name.
- instanceAnnotations(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
-
Set the instance annotations.
- 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.
- instanceName(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the instance name.
- instanceName(String) - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
-
Set the kubernetes instance name.
- instancesRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service broker supports retrieving service instances.
- instanceUsable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
-
Set a boolean that indicates whether or not the Service Instance is still usable after a failed update or delete action.
- instanceUsable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
-
Set a boolean that indicates whether or not the Service Instance is still usable after a failed update or delete action.
- isAllowContextUpdates() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- isAllowContextUpdates() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
Indicates whether a service instance supports update requests when contextual data for the service instance in the platform changes.
- 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.
- isInstanceUsable() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Get a boolean value indicating whether the instance is usable after a failed update or deprovisioning operation.
- isInstanceUsable() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Get a boolean value indicating whether the instance is usable after a failed update or deprovisioning operation.
- isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
Whether the Plan supports upgrade/downgrade/sidegrade to another version.
- 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.
- isUpdateRepeatable() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Get a boolean value indicating whether a failed update is repeatable.
- isUpdateRepeatable() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Get a boolean value indicating whether a failed update is repeatable.
K
- KUBERNETES_PLATFORM - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes platform name.
- KubernetesContext - Class in org.springframework.cloud.servicebroker.model
-
Kubernetes specific contextual information under which the service instance is to be provisioned or updated.
- KubernetesContext(String, String, String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Create a new KubernetesContext.
- KubernetesContext(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Create a new KubernetesContext.
- KubernetesContext.KubernetesContextBuilder - Class in org.springframework.cloud.servicebroker.model
-
Builder class for KubernetesContext.
L
- label(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata.ServiceInstanceMetadataBuilder
-
Add a key/value pair to the metadata labels.
- labels(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata.ServiceInstanceMetadataBuilder
-
Add a set of labels from the provided Map to the metadata labels.
M
- MAINTENANCE_INFO_CONFLICT_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerMaintenanceInfoConflictException
-
Error code representing that the maintenance_info.version field provided in the request does not match the maintenance_info.version field provided in the service broker's catalog.
- MAINTENANCE_INFO_CONFLICT_MESSAGE - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerMaintenanceInfoConflictException
-
Default error message for when the maintenance_info.version does not match the catalog.
- maintenanceInfo(MaintenanceInfo) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
Maintenance information for a Service Instance which is provisioned using the Service Plan.
- maintenanceInfo(MaintenanceInfo) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the maintenance info related to the plan.
- maintenanceInfo(MaintenanceInfo) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues.PreviousValuesBuilder
-
Set the maintenance info as would be provided in the request from the platform.
- maintenanceInfo(MaintenanceInfo) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the maintenance info related to the plan.
- MaintenanceInfo - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes a maintenance info available for aPlan
. - MaintenanceInfo - Class in org.springframework.cloud.servicebroker.model.catalog
-
Maintenance info available for a Plan.
- MaintenanceInfo() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
- MaintenanceInfo() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.MaintenanceInfo
-
Constructs a new
MaintenanceInfo
. - MaintenanceInfo(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.MaintenanceInfo
-
Constructs a new
MaintenanceInfo
. - MaintenanceInfo.MaintenanceInfoBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a MaintenanceInfo.
- mapParametersToBean(Map<String, Object>, Class<T>) - Static method in class org.springframework.cloud.servicebroker.model.util.ParameterBeanMapperUtils
-
Instantiates an object of the specified type and populates properties of the object from the provided parameters.
- maximumPollingDuration(Integer) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
A duration, in seconds, that the Platform SHOULD use as the Service's maximum polling duration.
- message(String) - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
-
Set the description.
- 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(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.
- 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(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(BindingMetadata) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Set the service instance binding metadata
- metadata(BindingMetadata) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
-
Set the service instance binding metadata
- metadata(BindingMetadata) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
-
Set the service instance binding metadata
- metadata(BindingMetadata) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Set the service instance binding metadata
- metadata(BindingMetadata) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
-
Set the service instance binding metadata
- metadata(ServiceInstanceMetadata) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
-
Object containing metadata for the service instance Can be null to indicate that metadata was not provided for the service instance.
- metadata(ServiceInstanceMetadata) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
-
Object containing metadata for the service instance Can be null to indicate that metadata was not provided for the service instance.
- MetadataUtils - Class in org.springframework.cloud.servicebroker.autoconfigure.web.util
-
Internal class for marshaling abstract catalog metadata.
- 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 - Class in org.springframework.cloud.servicebroker.model.catalog
-
JSON Schema for a service broker object method.
- MethodSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
- MethodSchema() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
-
Construct a new
MethodSchema
. - MethodSchema(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
-
Construct a new
MethodSchema
. - 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(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
-
Add a key/value pair to the volume device configuration.
- 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.
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
-
Set the kubernetes namespace.
- NAMESPACE_ANNOTATIONS_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes Namespace Annotations key.
- NAMESPACE_KEY - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
Kubernetes Namespace key.
- namespaceAnnotations(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
-
Set the namespace annotations.
- nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
-
Conditionally provides a
ServiceInstanceBindingService
bean. - 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 - Variable in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
- operation - Variable in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
- 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(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(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.
- OperationInProgressMessage - Class in org.springframework.cloud.servicebroker.model.error
-
Returned if a create, update, or delete operation is in progress.
- OperationInProgressMessage() - Constructor for class org.springframework.cloud.servicebroker.model.error.OperationInProgressMessage
-
Construct a message with no operation.
- OperationInProgressMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.error.OperationInProgressMessage
-
Construct a message with the provided operation.
- 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 Class 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
-
Annotations to support configuring Service Brokers.
- 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.autoconfigure.web.exception - package org.springframework.cloud.servicebroker.autoconfigure.web.exception
-
Exceptions specific to auto-configuration errors.
- org.springframework.cloud.servicebroker.autoconfigure.web.reactive - package org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
Auto-configuration to support Spring WebFlux.
- org.springframework.cloud.servicebroker.autoconfigure.web.servlet - package org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
Auto-configuration to support Spring MVC.
- org.springframework.cloud.servicebroker.autoconfigure.web.util - package org.springframework.cloud.servicebroker.autoconfigure.web.util
-
Utilities.
- 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.
- org.springframework.cloud.servicebroker.service.events - package org.springframework.cloud.servicebroker.service.events
-
events.
- org.springframework.cloud.servicebroker.service.events.flows - package org.springframework.cloud.servicebroker.service.events.flows
-
event flows.
- ORGANIZATION_ANNOTATIONS_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Organization Annotations key.
- ORGANIZATION_GUID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Organization GUID key.
- ORGANIZATION_NAME_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Organization Name key.
- organizationAnnotations(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the organization annotations.
- organizationGuid(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the organization GUID.
- organizationId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues.PreviousValuesBuilder
-
Set the organization ID as would be provided in the request from the platform.
- organizationName(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the organization name.
- ORIGINATING_IDENTITY_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
API Originating Identity header.
- originatingIdentity - 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.
P
- ParameterBeanMapperUtils - Class in org.springframework.cloud.servicebroker.model.util
-
Utilities for mapping parameter maps to Java beans.
- parameters - Variable in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
- 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(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(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(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(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(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(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.
- 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(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(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(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
-
A map of JSON schema for configuration parameters.
- 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(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(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.
- parseOriginatingIdentity(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
Populates a platform specific context from the originating identity.
- 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(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 - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describe a service plan available for aServiceDefinition
. - Plan - Class in org.springframework.cloud.servicebroker.model.catalog
-
A service plan available for a ServiceDefinition.
- Plan() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- Plan() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Plan
-
Construct a new
Plan
. - Plan(String, String, String, Map<String, Object>, Boolean, Boolean, Boolean, Schemas, Integer, MaintenanceInfo) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Plan
-
Construct a new
Plan
. - PLAN_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Plan ID parameter name.
- Plan.PlanBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a Plan.
- 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.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
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.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
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.PreviousValues.PreviousValuesBuilder
-
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.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- PlanMetadata - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes a service offered by this broker. - PlanMetadata() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
- plans(List<Plan>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
A list of plans for this service.
- plans(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.Plan.PlanBuilder
-
Indicates whether the the plan can be updated.
- 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 - Variable in class org.springframework.cloud.servicebroker.model.Context
- 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_INSTANCE_ID_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Platform Instance ID variable name.
- PLATFORM_KEY - Static variable in class org.springframework.cloud.servicebroker.model.Context
-
Platform key.
- PlatformContext - Class in org.springframework.cloud.servicebroker.model
-
Platform specific contextual information under which the service instance is to be provisioned or updated.
- PlatformContext(String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.PlatformContext
-
Construct a new
PlatformContext
. - PlatformContext.PlatformContextBuilder - Class in org.springframework.cloud.servicebroker.model
-
Provides a fluent API for constructing a
PlatformContext
. - platformInstanceId - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
- 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.
- ports(String...) - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint.EndpointBuilder
-
Set the list of ports.
- ports(List<String>) - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint.EndpointBuilder
-
Set the list of ports.
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionInterceptor
-
Compares the service broker API version header to the supported version.
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.RequestIdentityInterceptor
-
Sets the X-Broker-API-Request-Identity header in the response if a value is received in the request from the platform.
- 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.
- PreviousValues(String, String, String, String, MaintenanceInfo) - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Construct a new
UpdateServiceInstanceRequest.PreviousValues
. - properties - Variable in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
- properties - Variable in class org.springframework.cloud.servicebroker.model.Context
- 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(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(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.
- 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.
- protocol(Endpoint.Protocol) - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint.EndpointBuilder
-
Set the network protocol.
R
- READ_ONLY - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
-
Volume is Read-Only.
- READ_WRITE - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
-
Volume is Read-Write.
- 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.
- REQUEST_IDENTITY_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
API Request Identity header.
- requestIdentity - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the identity of the request sent from the platform.
- requestIdentityInterceptor() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
RequestIdentityInterceptor
bean. - RequestIdentityInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
HandlerInterceptor
that inspects the request for the presence of the X-Broker-API-Request -Identity header and sets the corresponding value in the same response header. - RequestIdentityInterceptor() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.RequestIdentityInterceptor
- requestIdentityWebFilter() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
RequestIdentityWebFilter
bean. - RequestIdentityWebFilter - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
WebFilter
that inspects the request for the presence of the X-Broker-API-Request-Identity header and sets the corresponding value in the same response header. - RequestIdentityWebFilter() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.RequestIdentityWebFilter
- RequiredCatalogBeanFailureAnalyzer - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Verifies that a required Catalog is configured.
- RequiredCatalogBeanFailureAnalyzer() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredCatalogBeanFailureAnalyzer
- RequiredServiceInstanceServiceBeanFailureAnalyzer - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Verifies that a ServiceInstanceService is configured.
- RequiredServiceInstanceServiceBeanFailureAnalyzer() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredServiceInstanceServiceBeanFailureAnalyzer
- 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(Schemas) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
The schemas for this plan.
- Schemas - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes a JSON Schemas available for aPlan
. - Schemas - Class in org.springframework.cloud.servicebroker.model.catalog
-
JSON Schemas available for a Plan.
- Schemas() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
- Schemas() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
Construct a new
Schemas
. - Schemas(ServiceInstanceSchema, ServiceBindingSchema) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
Construct a new
Schemas
. - 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
-
Service ID parameter name.
- SERVICE_REQUIRES_ROUTE_FORWARDING - Enum constant in enum class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
-
Indicates that the service broker allows the platform to bind routes to a service instance.
- SERVICE_REQUIRES_SYSLOG_DRAIN - Enum constant in enum class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
-
Indicates that the service broker allows the platform to stream logs from bound applications to a service instance.
- SERVICE_REQUIRES_VOLUME_MOUNT - Enum constant in enum class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
-
Indicates that the service broker allows the platform to bind volume mounts to an application.
- 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.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describe a Service binding JSON Schemas. - ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service binding JSON Schemas.
- ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
- ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
-
Construct a new
ServiceBindingSchema
. - ServiceBindingSchema(MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
-
Construct a new
ServiceBindingSchema
. - 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.reactive.ApiVersionWebFluxAutoConfiguration
-
Conditionally provides a
BrokerApiVersion
bean. - serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Conditionally provides a
BrokerApiVersion
bean. - 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.servlet.ApiVersionWebMvcAutoConfiguration
-
Provide an
ApiVersionInterceptor
bean. - ServiceBrokerApiVersionMissingException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the API version header is missing from the request.
- ServiceBrokerApiVersionMissingException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionMissingException
-
Construct an exception with the expected version.
- ServiceBrokerApiVersionMissingException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionMissingException
-
Construct an exception with an error code and the expected version.
- serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
-
Provides a
BrokerApiVersion
bean if the 'api-version' property is available in external configuration. - serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Provides a
BrokerApiVersion
bean if the 'api-version' property is available in external configuration. - 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() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
- ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Provides a
Catalog
bean when catalog properties are available in external. - 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.
- ServiceBrokerCreateOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request to create a service instance or binding was received while asynchronous creation of the identical service instance or binding is in progress.
- ServiceBrokerCreateOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerCreateOperationInProgressException
-
Construct an exception with a default message.
- ServiceBrokerCreateOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerCreateOperationInProgressException
-
Construct an exception with a default message that includes the provided operation description.
- ServiceBrokerDeleteOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request to delete a service instance or binding was received while asynchronous deletion of the identical service instance or binding is in progress.
- ServiceBrokerDeleteOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerDeleteOperationInProgressException
-
Construct an exception with a default message.
- ServiceBrokerDeleteOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerDeleteOperationInProgressException
-
Construct an exception with a default message that includes the provided operation description.
- 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, String, Boolean, Boolean) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerException(String, String, Boolean, Boolean, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided error code, 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(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided 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.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
ServiceBrokerWebFluxExceptionHandler
bean. - serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceBrokerWebMvcExceptionHandler
bean. - 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, String, Boolean, Boolean) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerInvalidParametersException(String, String, Boolean, Boolean, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided error code, 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(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided 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.
- ServiceBrokerMaintenanceInfoConflictException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the maintenance_info.version provided in the request does not match the maintenance_info.version described for the service plan in the service broker's catalog
- ServiceBrokerMaintenanceInfoConflictException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerMaintenanceInfoConflictException
-
Construct an exception with a default message.
- ServiceBrokerMaintenanceInfoConflictException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerMaintenanceInfoConflictException
-
Construct an exception with the provided message.
- 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
-
Construct a new
ServiceBrokerRequest
. - ServiceBrokerRequest(String, String, Context, String) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Construct a new
ServiceBrokerRequest
. - ServiceBrokerRestController - Annotation Interface 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, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerUnavailableException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided message and cause.
- ServiceBrokerUnavailableException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided cause.
- ServiceBrokerUpdateOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request to update a service instance was received while asynchronous updating of the identical service instance is in progress.
- ServiceBrokerUpdateOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUpdateOperationInProgressException
-
Construct an exception with a default message.
- ServiceBrokerUpdateOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUpdateOperationInProgressException
-
Construct an exception with a default message that includes the provided operation description.
- ServiceBrokerWebFluxAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
Auto-configuration
for the service broker REST API endpoints. - ServiceBrokerWebFluxAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService, EventFlowRegistries) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Construct a new
ServiceBrokerWebFluxAutoConfiguration
. - ServiceBrokerWebFluxExceptionHandler - Class in org.springframework.cloud.servicebroker.controller
-
Exception handling logic shared by WebFlux Controllers.
- ServiceBrokerWebFluxExceptionHandler() - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler
- ServiceBrokerWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
Auto-configuration
for the service broker REST API endpoints. - ServiceBrokerWebMvcAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService, EventFlowRegistries) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Construct a new
ServiceBrokerWebMvcAutoConfiguration
. - serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Provide an
ApiVersionWebMvcConfigurerAdapter
bean. - ServiceBrokerWebMvcExceptionHandler - Class in org.springframework.cloud.servicebroker.controller
-
Exception handling logic shared by Web MVC Controllers.
- ServiceBrokerWebMvcExceptionHandler() - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceBrokerWebMvcExceptionHandler
- 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(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 - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes a service offered by this broker. - ServiceDefinition - Class in org.springframework.cloud.servicebroker.model.catalog
-
A service offered by this broker.
- ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
Construct a new
ServiceDefinition
. - ServiceDefinition(String, String, String, boolean, Boolean, Boolean, Boolean, Boolean, List<Plan>, List<String>, Map<String, Object>, List<String>, DashboardClient) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
Construct a new
ServiceDefinition
. - 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.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
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.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
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.PreviousValues.PreviousValuesBuilder
-
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.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- ServiceDefinitionPlanDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a plan ID that does not exist in the service broker catalog.
- ServiceDefinitionPlanDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionPlanDoesNotExistException
-
Construct an exception with a default message that includes the provided plan ID.
- ServiceDefinitionPlanDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionPlanDoesNotExistException
-
Construct an exception with an error code and default message that includes the provided plan ID.
- ServiceDefinitionRequires - Enum Class 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.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
ServiceInstanceBindingController
bean. - serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceInstanceBindingController
bean. - 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
-
Construct a new
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.
- ServiceInstanceBindingDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
-
Construct an exception with a default message that includes the provided IDs.
- ServiceInstanceBindingEventService - Class in org.springframework.cloud.servicebroker.service
-
Internal implementation of
ServiceInstanceBindingService
that attaches event hooks to the requests to create and delete service instance bindings. - ServiceInstanceBindingEventService(ServiceInstanceBindingService, EventFlowRegistries) - Constructor for class org.springframework.cloud.servicebroker.service.ServiceInstanceBindingEventService
-
Construct a new
ServiceInstanceBindingEventService
. - 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.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
ServiceInstanceController
bean. - serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceInstanceController
bean. - 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
-
Construct a new
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.
- ServiceInstanceDoesNotExistException(String, String, Boolean, Boolean) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
Construct an exception with a default message and the provided detail and a cause.
- ServiceInstanceDoesNotExistException(String, String, Boolean, Boolean, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
Construct an exception with a default message and the provided detail and a cause.
- ServiceInstanceEventService - Class in org.springframework.cloud.servicebroker.service
-
Internal implementation of
ServiceInstanceService
that attaches event hooks to requests related to provisioning, updating, and deprovisioning service instances. - ServiceInstanceEventService(ServiceInstanceService, EventFlowRegistries) - Constructor for class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
-
Constructs a new
ServiceInstanceEventService
. - 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.
- ServiceInstanceMetadata - Class in org.springframework.cloud.servicebroker.model.instance
-
Service instance metadata.
- ServiceInstanceMetadata() - Constructor for class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata
-
Create a new ServiceInstanceMetadata.
- ServiceInstanceMetadata(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata
-
Create a new ServiceInstanceMetadata.
- ServiceInstanceMetadata.ServiceInstanceMetadataBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
Provides a fluent API for constructing a
ServiceInstanceMetadata
. - 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.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes service instance JSON Schemas. - ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service instance JSON Schemas.
- ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
- ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
Construct a new
ServiceInstanceSchema
. - ServiceInstanceSchema(MethodSchema, MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
Construct a new
ServiceInstanceSchema
. - 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.
- ServiceInstanceServiceBeanDoesNotExistException - Exception in org.springframework.cloud.servicebroker.autoconfigure.web.exception
-
An exception thrown when a ServiceInstanceService bean is not configured.
- ServiceInstanceServiceBeanDoesNotExistException() - Constructor for exception org.springframework.cloud.servicebroker.autoconfigure.web.exception.ServiceInstanceServiceBeanDoesNotExistException
- 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, String, Boolean, Boolean) - 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, Boolean, Boolean, 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(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.
- ServiceMetadata - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties that describes a service offered by this broker. - ServiceMetadata() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setAllowContextUpdates(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- setAmount(String, Double) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
Set a single amount key-value pair.
- 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.PlanMetadata
- setCatalog(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
- setCosts(List<Cost>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
- 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.MaintenanceInfo
- 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.PlanMetadata
- setDisplayName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setDocumentationUrl(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- 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
- setImageUrl(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setImageUrlResource(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setInstancesRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- setLongDescription(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setMaintenanceInfo(MaintenanceInfo) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- setMapProperty(String, Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Set the Map value of a property in the context with the given key.
- setMaximumPollingDuration(Integer) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- setMetadata(PlanMetadata) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- setMetadata(ServiceMetadata) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
- 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.Plan
- 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(String, Object) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Set a property in the context.
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setProviderDisplayName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setRedirectUri(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
- setRequestIdentity(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
For internal use only; use a builder to construct an object of this type and set all field values.
- 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. - setStringProperty(String, String) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Set the String value of a property in the context with the given key.
- setSupportUrl(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
- setUnit(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
- setUpdate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
- setVersion(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
- SHARED - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
-
Indicates a distributed volume which can be mounted on multiple app instances simultaneously.
- 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
Construct a new
SharedVolumeDevice
. - SharedVolumeDevice(String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
Construct a new
SharedVolumeDevice
. - SharedVolumeDevice.SharedVolumeDeviceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a
SharedVolumeDevice
. - SPACE_ANNOTATIONS_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Space Annotations key.
- SPACE_GUID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Space GUID key.
- SPACE_NAME_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
Space Name key.
- spaceAnnotations(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the space annotations.
- spaceGuid(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the space GUID.
- spaceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues.PreviousValuesBuilder
-
Set the space ID as would be provided in the request from the platform.
- spaceName(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
Set the space name.
- SUCCEEDED - Enum constant in enum class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Indicates that a request completed successfully.
- 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.
- TCP - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
-
Supports TCP network protocol.
- 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.MaintenanceInfo
-
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.PlanMetadata
-
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.
- toModel() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
-
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.BindingMetadata
- 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 enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
- toString() - Method in class org.springframework.cloud.servicebroker.model.binding.Endpoint
- 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 class org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
- toString() - Method in enum class 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.MaintenanceInfo
- 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 class 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.error.OperationInProgressMessage
- 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 class 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.ServiceInstanceMetadata
- 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
- UDP - Enum constant in enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
-
Supports UDP network protocol.
- UNPROCESSABLE_REQUEST - Static variable in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
- updateInstanceRegistry(List<UpdateServiceInstanceInitializationFlow>, List<UpdateServiceInstanceCompletionFlow>, List<UpdateServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
UpdateServiceInstanceEventFlowRegistry
bean. - updateMethodSchema(MethodSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema.ServiceInstanceSchemaBuilder
-
The JSON schema for configuration parameters when updating a service instance.
- updateRepeatable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage.ErrorMessageBuilder
-
Set a boolean that indicates whether this update can be repeated or not.
- updateRepeatable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
-
Set a boolean that indicates whether this update can be repeated or not.
- updateServiceInstance(Map<String, String>, String, boolean, String, String, String, UpdateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
REST controller for updating a service instance.
- updateServiceInstance(UpdateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.service.ServiceInstanceEventService
- updateServiceInstance(UpdateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
-
Update a service instance.
- UpdateServiceInstanceCompletionFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Completion flow for update service instance request.
- UpdateServiceInstanceErrorFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Error flow for update service instance request.
- UpdateServiceInstanceEventFlowRegistry - Class in org.springframework.cloud.servicebroker.service.events
-
Event flow registry for update service instance requests.
- UpdateServiceInstanceEventFlowRegistry(List<UpdateServiceInstanceInitializationFlow>, List<UpdateServiceInstanceCompletionFlow>, List<UpdateServiceInstanceErrorFlow>) - Constructor for class org.springframework.cloud.servicebroker.service.events.UpdateServiceInstanceEventFlowRegistry
-
Construct a new
UpdateServiceInstanceEventFlowRegistry
. - UpdateServiceInstanceInitializationFlow - Interface in org.springframework.cloud.servicebroker.service.events.flows
-
Initialization flow for update service instance request.
- UpdateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to update a service instance.
- UpdateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Construct a new
UpdateServiceInstanceRequest
. - UpdateServiceInstanceRequest(String, String, String, ServiceDefinition, Plan, UpdateServiceInstanceRequest.PreviousValues, Map<String, Object>, Context, boolean, String, String, Context, String, MaintenanceInfo) - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Construct a new
UpdateServiceInstanceRequest
. - UpdateServiceInstanceRequest.PreviousValues - Class in org.springframework.cloud.servicebroker.model.instance
-
Information about the service instance prior to the update request.
- UpdateServiceInstanceRequest.PreviousValues.PreviousValuesBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
Provides a fluent API for constructing a
UpdateServiceInstanceRequest.PreviousValues
. - 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() - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
-
Construct a new
UpdateServiceInstanceResponse
. - UpdateServiceInstanceResponse(boolean, String, String, ServiceInstanceMetadata) - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
-
Construct a new
UpdateServiceInstanceResponse
. - UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
Provides a fluent API for constructing an
UpdateServiceInstanceResponse
.
V
- validateOperationLength(String) - Static method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
-
Validate the length of the operation string to be within the 10,000 character limit.
- value() - Element in annotation interface org.springframework.cloud.servicebroker.annotation.ServiceBrokerRestController
- valueOf(String) - Static method in enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.cloud.servicebroker.model.binding.Endpoint.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.DeviceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.cloud.servicebroker.model.binding.VolumeMount.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinitionRequires
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.cloud.servicebroker.model.instance.OperationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version(int, int, int, String) - Method in class org.springframework.cloud.servicebroker.model.catalog.MaintenanceInfo.MaintenanceInfoBuilder
-
The version of the maintenance update available for a plan.
- version(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.MaintenanceInfo.MaintenanceInfoBuilder
-
The version of the maintenance update available for a plan.
- 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() - Constructor for class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Construct a new
VolumeMount
. - VolumeMount(String, String, VolumeMount.Mode, VolumeMount.DeviceType, VolumeDevice) - Constructor for class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Construct a new
VolumeMount
. - VolumeMount.DeviceType - Enum Class in org.springframework.cloud.servicebroker.model.binding
-
Values specifying the type of device to mount.
- VolumeMount.Mode - Enum Class 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(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.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(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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CreateServiceInstanceBindingRequest.getBindResource()
provides platform-neutral access to binding resource details