Package org.springframework.cloud.servicebroker.autoconfigure.web.servlet
package org.springframework.cloud.servicebroker.autoconfigure.web.servlet
Auto-configuration to support Spring MVC.
-
ClassDescription
HandlerInterceptor
that inspects the service broker API version passed in all request headers and compares it to the API version supported by the broker.Auto-configuration
for the service broker API validation.WebMvcConfigurer
that configures checking for an appropriate service broker API version.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.Auto-configuration
for the service broker REST API endpoints.