Skip navigation links
spring-cloud-open-service-broker-autoconfigure
A B C D E F G I M N O P R S T U 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcConfigurerAdapter
 
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
 
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 - 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.
apiVersionWebFilter(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
Conditionally provides a ApiVersionWebFilter bean
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
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
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
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

B

beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
Conditionally provides a CatalogService bean

C

Catalog - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling a catalog of services within ServiceBrokerProperties configuration properties.
Catalog() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
 
catalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration
Privide a Catalog bean
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
CatalogDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.autoconfigure.web.exception
 
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
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 serialization
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
 
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

D

DashboardClient - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe the dashboard URI for a ServiceDefinition.
DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
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

E

eventFlowRegistries(CreateServiceInstanceEventFlowRegistry, UpdateServiceInstanceEventFlowRegistry, DeleteServiceInstanceEventFlowRegistry, AsyncOperationServiceInstanceEventFlowRegistry, CreateServiceInstanceBindingEventFlowRegistry, DeleteServiceInstanceBindingEventFlowRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
Conditionally create a new EventFlowRegistries bean
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
 

F

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

G

getAmount() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
getApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
getBullets() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
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
 
getDashboardClient() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
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
 
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
 
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
 
getImageUrl() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getImageUrlResource() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getLongDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getMaintenanceInfo() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getMaximumPollingDuration() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getParameters() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
 
getPlans() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getProperties() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
 
getProperties() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getProperty(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.PlanMetadata
Get the value of a property with the given key.
getProviderDisplayName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getRedirectUri() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
getRequires() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getSchemas() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
getSecret() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
 
getServiceBinding() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
getServiceInstance() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
getServices() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
 
getSupportUrl() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
 
getTags() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
getUnit() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
 
getUpdate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
getVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
 

I

isAllowContextUpdates() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isBindable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
isBindable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isBindingsRetrievable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isFree() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
isInstancesRetrievable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
isPlanUpdateable() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 

M

MaintenanceInfo - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a maintenance info available for a Plan.
MaintenanceInfo() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
 
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() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
 

N

nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
Conditionally provides a ServiceInstanceBindingService bean

O

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

P

Plan - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a service plan available for a ServiceDefinition.
Plan() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
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
 
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

R

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
 
requestIdentityInterceptor() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
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
 
requestIdentityWebFilter() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
RequiredCatalogBeanFailureAnalyzer - Class in org.springframework.cloud.servicebroker.autoconfigure.web
 
RequiredCatalogBeanFailureAnalyzer() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredCatalogBeanFailureAnalyzer
 
RequiredServiceInstanceServiceBeanFailureAnalyzer - Class in org.springframework.cloud.servicebroker.autoconfigure.web
 
RequiredServiceInstanceServiceBeanFailureAnalyzer() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.RequiredServiceInstanceServiceBeanFailureAnalyzer
 

S

Schemas - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a JSON Schemas available for a Plan.
Schemas() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a Service binding JSON Schemas.
ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
 
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
serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
Provide an ApiVersionInterceptor bean
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
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 configuration
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
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
 
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
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
serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
ServiceDefinition - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes a service offered by this broker.
ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
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
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
ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Internal class for marshaling ServiceBrokerProperties configuration properties that describes service instance JSON Schemas.
ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
 
ServiceInstanceServiceBeanDoesNotExistException - Exception in org.springframework.cloud.servicebroker.autoconfigure.web.exception
 
ServiceInstanceServiceBeanDoesNotExistException() - Constructor for exception org.springframework.cloud.servicebroker.autoconfigure.web.exception.ServiceInstanceServiceBeanDoesNotExistException
 
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
 
setApiVersion(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
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
 
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
 
setPlanUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
 
setPlanUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
 
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
 
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
 
setServiceInstance(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
 
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
 

T

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

U

updateInstanceRegistry(List<UpdateServiceInstanceInitializationFlow>, List<UpdateServiceInstanceCompletionFlow>, List<UpdateServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
Conditionally create a new UpdateServiceInstanceEventFlowRegistry bean
A B C D E F G I M N O P R S T U 
Skip navigation links
spring-cloud-open-service-broker-autoconfigure