- addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcConfigurerAdapter
-
- API_INFO_LOCATION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- API_VERSION_ANY - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
- API_VERSION_CURRENT - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- apiInfoLocation - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
The API info endpoint of the platform instance making the call to the service broker.
- 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
-
- ApiVersionWebFluxAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
Auto-configuration
for the service broker API validation.
- ApiVersionWebFluxAutoConfiguration() - 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() - 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
-
- appGuid(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
-
- async - Variable in class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceResponse
-
Indicates whether the request to the service broker is complete.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
-
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
-
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
-
- ASYNC_REQUEST_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceRequest
-
- ASYNC_REQUIRED_ERROR - Static variable in class org.springframework.cloud.servicebroker.model.error.AsyncRequiredErrorMessage
-
- asyncAccepted - Variable in class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceRequest
-
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- 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
-
- AsyncParameterizedServiceInstanceRequest(Map<String, Object>, Context, boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- AsyncRequiredErrorMessage - Class in org.springframework.cloud.servicebroker.model.error
-
An error returned when a broker requires an asynchronous request.
- AsyncRequiredErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.error.AsyncRequiredErrorMessage
-
This broker requires asynchronous processing.
- AsyncServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request that supports asynchronous behavior.
- AsyncServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceRequest
-
- AsyncServiceInstanceRequest(boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceRequest
-
- AsyncServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a response that support asynchronous behavior.
- AsyncServiceInstanceResponse(boolean, String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceResponse
-
- getApiInfoLocation() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- 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
-
- getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Deprecated.
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
- getBindResource() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getBrokerApiVersionHeader() - Method in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Get the name of the service broker API version header.
- getCatalog() - Method in class org.springframework.cloud.servicebroker.controller.CatalogController
-
- 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.
- getContainerDir() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
- getContext() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getContext() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
-
- getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
- getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
- getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
- getDashboardClient() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
- getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
- getDevice() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
- getDeviceType() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
- getDriver() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
- getError() - Method in class org.springframework.cloud.servicebroker.model.error.AsyncRequiredErrorMessage
-
- getErrorResponse(String, HttpStatus) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getLastOperation(GetLastServiceOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
-
Get the status of the last requested operation for a service instance.
- 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.GetLastServiceOperationRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- 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.GetLastServiceOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- getMessage() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getMode() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
- getMountConfig() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
- getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
- getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getNamespace() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceResponse
-
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
- getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Deprecated.
- getOriginatingIdentity() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
-
- getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
- getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
- getPlans() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getPlatform() - Method in class org.springframework.cloud.servicebroker.model.Context
-
- getPlatformInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- getPreviousValues() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- getProperties() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
- getProperties() - Method in class org.springframework.cloud.servicebroker.model.Context
-
- getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Get the value of a field in the request with the given key.
- getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Get the value of a field in the request with the given key.
- getRedirectUri() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
- getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getRequires() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getRoute() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
- getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
-
- getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
-
- getSchemas() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
- getSecret() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
- getServiceBindingSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
- getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- 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
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- getServiceDefinitions() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
-
- getServiceInstance(Map<String, String>, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- 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 for an application.
- GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- getServiceInstanceBinding(Map<String, String>, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
- getServiceInstanceBinding(GetServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
-
Get the details of a binding to a service instance.
- GetServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
- GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- 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>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- getServiceInstanceLastOperation(Map<String, String>, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- GetServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to get the details a service instance.
- GetServiceInstanceRequest(String, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
- GetServiceInstanceRequest.GetServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- GetServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a response to a request to get the details a service instance.
- GetServiceInstanceResponse.GetServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- GetServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a response to a request to create a new service instance binding for a route.
- GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- getServiceInstanceSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
- getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Deprecated.
- getState() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
- getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
- getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
- getTags() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
- getUpdateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
- getValue() - Method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
-
- getVolumeId() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
- getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
- getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
- schemas(Schemas) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
- Schemas - Class in org.springframework.cloud.servicebroker.model.catalog
-
JSON Schemas available for a Plan.
- Schemas.SchemasBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
- secret(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
-
- SERVICE_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ServiceBindingResource - Enum in org.springframework.cloud.servicebroker.model.binding
-
The list of acceptable keys for the bindResource
map in a service instance binding request.
- serviceBindingSchema(ServiceBindingSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
-
- ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service binding JSON Schemas.
- ServiceBindingSchema.ServiceBindingSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
- serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ApiVersionWebFluxAutoConfiguration
-
- serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
- ServiceBrokerApiVersionErrorMessage - Class in org.springframework.cloud.servicebroker.exception
-
- ServiceBrokerApiVersionErrorMessage(String, String) - Constructor for class org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionErrorMessage
-
- 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
in a request.
- ServiceBrokerApiVersionException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
-
- serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcAutoConfiguration
-
- ServiceBrokerAsyncRequiredException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a broker requires accepts_incomplete
to be true
to
successfully process a request.
- ServiceBrokerAsyncRequiredException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
-
- 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
-
- ServiceBrokerException - Exception in org.springframework.cloud.servicebroker.exception
-
General exception for underlying broker errors (like connectivity to the service
being brokered).
- ServiceBrokerException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerInvalidParametersException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that parameters passed in a provision or update request are not understood.
- ServiceBrokerInvalidParametersException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- ServiceBrokerInvalidParametersException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- ServiceBrokerInvalidParametersException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- ServiceBrokerOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request is received while an operation is in progress.
- ServiceBrokerOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
-
- ServiceBrokerOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
-
- 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
-
- ServiceBrokerRequest(String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ServiceBrokerWebFluxAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web.reactive
-
Auto-configuration
for the service broker REST API endpoints.
- ServiceBrokerWebFluxAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService) - 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) - 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(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
- ServiceDefinition - Class in org.springframework.cloud.servicebroker.model.catalog
-
A service offered by this broker.
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- ServiceDefinition.ServiceDefinitionBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
- ServiceDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a service definition ID does not exist.
- ServiceDefinitionDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- ServiceDefinitionRequires - Enum 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
-
- serviceDefinitions(ServiceDefinition...) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
-
- serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
-
- serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
- ServiceInstanceBindingController - Class in org.springframework.cloud.servicebroker.controller
-
See: http://docs.cloudfoundry.org/services/api.html
- ServiceInstanceBindingController(CatalogService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
- ServiceInstanceBindingDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request is received for an unknown service instance binding ID.
- ServiceInstanceBindingDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
-
- ServiceInstanceBindingExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a duplicate request to bind to a service instance is received.
- ServiceInstanceBindingExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
-
- 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
-
- serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ServiceBrokerWebMvcAutoConfiguration
-
- ServiceInstanceController - Class in org.springframework.cloud.servicebroker.controller
-
See: http://docs.cloudfoundry.org/services/api.html
- ServiceInstanceController(CatalogService, ServiceInstanceService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- ServiceInstanceDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request is received for an unknown service instance ID.
- ServiceInstanceDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
- ServiceInstanceExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a duplicate service instance creation request is received.
- ServiceInstanceExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- serviceInstanceSchema(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
-
- ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service instance JSON Schemas.
- ServiceInstanceSchema.ServiceInstanceSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
- 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.
- ServiceInstanceUpdateNotSupportedException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the plan change requested is not supported or if the request
can not currently be fulfilled due to the state of the instance.
- ServiceInstanceUpdateNotSupportedException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- ServiceInstanceUpdateNotSupportedException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- ServiceInstanceUpdateNotSupportedException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- setApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- setAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncServiceInstanceRequest
-
- setBindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setCommonRequestFields(ServiceBrokerRequest, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- setCommonRequestFields(AsyncServiceInstanceRequest, String, String, String, boolean) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- setOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- setPlatformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- SharedVolumeDevice - Class in org.springframework.cloud.servicebroker.model.binding
-
- SharedVolumeDevice.SharedVolumeDeviceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
- syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-