Skip navigation links
spring-cloud-open-service-broker-autoconfigure
A B C G N O P S 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
 
ApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web
HandlerInterceptor that inspects the service broker API version passed in all request headers and compares it to the API version supported by the broker.
ApiVersionInterceptor() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Construct an interceptor that disables API version validation.
ApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Construct an interceptor that validates the API version passed in request headers to the configured version.
ApiVersionWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker API validation.
ApiVersionWebMvcAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ApiVersionWebMvcConfigurerAdapter - Class in org.springframework.cloud.servicebroker.autoconfigure.web
WebMvcConfigurer that configures checking for an appropriate service broker API version.
ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
 

B

beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 

C

catalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
catalogController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 

G

getApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
getCatalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 

N

nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 

O

org.springframework.cloud.servicebroker.autoconfigure.web - package org.springframework.cloud.servicebroker.autoconfigure.web
Support for Spring Boot auto-configuration in web environments

P

preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
Compares the service broker API version header to the supported version.

S

serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker implementation beans.
ServiceBrokerAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
 
serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
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
 
ServiceBrokerWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
Auto-configuration for the service broker REST API endpoints.
ServiceBrokerWebMvcAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
 
serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
 
setApiVersion(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
setCatalog(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
 
A B C G N O P S 
Skip navigation links
spring-cloud-open-service-broker-autoconfigure