Index
All Classes and Interfaces|All Packages|Serialized Form
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
-
HandlerInterceptorthat 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
ApiVersionWebFilterbean - ApiVersionWebFilter - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
WebFilterthat 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-configurationfor 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-configurationfor 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
-
WebMvcConfigurerthat 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
AsyncOperationServiceInstanceBindingEventFlowRegistrybean - asyncOperationRegistry(List<AsyncOperationServiceInstanceInitializationFlow>, List<AsyncOperationServiceInstanceCompletionFlow>, List<AsyncOperationServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
AsyncOperationServiceInstanceEventFlowRegistrybean
B
- beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
-
Conditionally provides a
CatalogServicebean
C
- catalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration
-
Privide a
Catalogbean - Catalog - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling a catalog of services within
ServiceBrokerPropertiesconfiguration properties. - Catalog() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
- catalogController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
CatalogControllerbean - catalogController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
CatalogControllerbean - 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
ServiceBrokerPropertiesconfiguration 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
CreateServiceInstanceBindingEventFlowRegistrybean - createInstanceRegistry(List<CreateServiceInstanceInitializationFlow>, List<CreateServiceInstanceCompletionFlow>, List<CreateServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
CreateServiceInstanceEventFlowRegistrybean
D
- DashboardClient - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerPropertiesconfiguration properties that describe the dashboard URI for aServiceDefinition. - 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
DeleteServiceInstanceBindingEventFlowRegistrybean - deleteInstanceRegistry(List<DeleteServiceInstanceInitializationFlow>, List<DeleteServiceInstanceCompletionFlow>, List<DeleteServiceInstanceErrorFlow>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
DeleteServiceInstanceEventFlowRegistrybean
E
- eventFlowRegistries(CreateServiceInstanceEventFlowRegistry, UpdateServiceInstanceEventFlowRegistry, DeleteServiceInstanceEventFlowRegistry, AsyncOperationServiceInstanceEventFlowRegistry, CreateServiceInstanceBindingEventFlowRegistry, DeleteServiceInstanceBindingEventFlowRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.EventFlowsAutoConfiguration
-
Conditionally create a new
EventFlowRegistriesbean - EventFlowsAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configurationfor 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
ServiceBrokerPropertiesconfiguration properties that describes a maintenance info available for aPlan. - 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
ServiceBrokerPropertiesconfiguration 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
ServiceInstanceBindingServicebean
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
ServiceBrokerPropertiesconfiguration properties that describe a service plan available for aServiceDefinition. - Plan() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
- PlanMetadata - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerPropertiesconfiguration 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() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
RequestIdentityInterceptorbean - RequestIdentityInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
HandlerInterceptorthat 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
RequestIdentityWebFilterbean - RequestIdentityWebFilter - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
WebFilterthat 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
- 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
ServiceBrokerPropertiesconfiguration properties that describes a JSON Schemas available for aPlan. - Schemas() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
- ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerPropertiesconfiguration 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
BrokerApiVersionbean - serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Conditionally provides a
BrokerApiVersionbean - serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Provide an
ApiVersionInterceptorbean - serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
-
Provides a
BrokerApiVersionbean if the 'api-version' property is available in external configuration - serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
Provides a
BrokerApiVersionbean if the 'api-version' property is available in external configuration - ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configurationfor 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
Catalogbean when catalog properties are available in external configuration - serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
ServiceBrokerWebFluxExceptionHandlerbean - serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceBrokerWebMvcExceptionHandlerbean - ServiceBrokerProperties - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
ConfigurationPropertiesfor 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-configurationfor 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 - ServiceBrokerWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
-
Auto-configurationfor 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
ApiVersionWebMvcConfigurerAdapterbean - ServiceDefinition - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerPropertiesconfiguration 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
ServiceInstanceBindingControllerbean - serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceInstanceBindingControllerbean - serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
Provide a
ServiceInstanceControllerbean - serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
Provide a
ServiceInstanceControllerbean - ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerPropertiesconfiguration 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
ServiceBrokerPropertiesconfiguration 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
UpdateServiceInstanceEventFlowRegistrybean
All Classes and Interfaces|All Packages|Serialized Form