Spring Cloud - Cloud Foundry Service Broker
A B C D E G H I K M N O P S T U V W 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.config.WebMvcConfiguration
 
and() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
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 - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
The API info endpoint of the platform instance making the call to the service broker.
async - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceResponse
Indicates whether the request to the service broker is complete.
ASYNC_REQUEST_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceRequest
 
ASYNC_REQUIRED_ERROR - Static variable in class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
 
asyncAccepted - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceRequest
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
AsyncParameterizedServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request that supports arbitrary parameters and asynchronous behavior.
AsyncParameterizedServiceInstanceRequest(Map<String, Object>, Context) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
 
AsyncRequiredErrorMessage - Class in org.springframework.cloud.servicebroker.model
An error returned when a broker requires an asynchronous request.
AsyncRequiredErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
This broker requires asynchronous processing.
AsyncServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request that supports asynchronous behavior.
AsyncServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceRequest
 
AsyncServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response that support asynchronous behavior.
AsyncServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceResponse
 

B

BaseController - Class in org.springframework.cloud.servicebroker.controller
Base controller.
BaseController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.BaseController
 
beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
BeanCatalogService - Class in org.springframework.cloud.servicebroker.service
An implementation of the CatalogService that allows the Catalog to be specified as a Spring Bean.
BeanCatalogService(Catalog) - Constructor for class org.springframework.cloud.servicebroker.service.BeanCatalogService
 
bindingExisted - Variable in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingResponse
true to indicated that the service instance binding already existed with the same parameters as the requested service instance binding, false to indicate that the binding was created as new
BindResource - Class in org.springframework.cloud.servicebroker.model
 
BindResource() - Constructor for class org.springframework.cloud.servicebroker.model.BindResource
 
BindResource(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.BindResource
 
BindResource(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.BindResource
 
brokerApiVersion() - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
BrokerApiVersion - Class in org.springframework.cloud.servicebroker.model
 
BrokerApiVersion(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersion(String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersion() - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
BrokerApiVersionConfig - Class in org.springframework.cloud.servicebroker.config
 
BrokerApiVersionConfig() - Constructor for class org.springframework.cloud.servicebroker.config.BrokerApiVersionConfig
 
brokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.config.BrokerApiVersionConfig
 
BrokerApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.interceptor
 
BrokerApiVersionInterceptor() - Constructor for class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 
BrokerApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 

C

Catalog - Class in org.springframework.cloud.servicebroker.model
The catalog of services offered by the service broker.
Catalog() - Constructor for class org.springframework.cloud.servicebroker.model.Catalog
 
Catalog(List<ServiceDefinition>) - Constructor for class org.springframework.cloud.servicebroker.model.Catalog
 
CatalogController - Class in org.springframework.cloud.servicebroker.controller
See: http://docs.cloudfoundry.org/services/api.html
CatalogController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.CatalogController
 
catalogService - Variable in class org.springframework.cloud.servicebroker.controller.BaseController
 
CatalogService - Interface in org.springframework.cloud.servicebroker.service
This interface is implemented by service brokers to process requests to retrieve the service catalog.
cfInstanceId - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
The ID used to identify the platform instance when the service broker is registered to multiple instances.
CLOUD_FOUNDRY_PLATFORM - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
CloudFoundryContext - Class in org.springframework.cloud.servicebroker.model
Cloud Foundry specific contextual information under which the service instance is to be provisioned or updated.
CloudFoundryContext() - Constructor for class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
CloudFoundryContext(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.CloudFoundryContext
 
Context - Class in org.springframework.cloud.servicebroker.model
Platform specific contextual information under which the service instance is to be provisioned or updated.
Context() - Constructor for class org.springframework.cloud.servicebroker.model.Context
 
Context(String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.Context
 
createServiceInstance(Map<String, String>, String, boolean, String, String, CreateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
createServiceInstance(CreateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Create (provision) a new service instance.
CreateServiceInstanceAppBindingResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance binding for an application.
CreateServiceInstanceAppBindingResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
createServiceInstanceBinding(Map<String, String>, String, String, String, String, CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 
createServiceInstanceBinding(CreateServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Create a new binding to a service instance.
CreateServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to bind to a service instance binding.
CreateServiceInstanceBindingRequest() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingRequest(String, String, BindResource, Context, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingRequest(String, String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingRequest(String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
CreateServiceInstanceBindingResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a service instance binding create request.
CreateServiceInstanceBindingResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingResponse
 
CreateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to create a new service instance.
CreateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceRequest(String, String, String, String, Context, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceRequest(String, String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
CreateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance.
CreateServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
CreateServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to create a new service instance binding for a route.
CreateServiceInstanceRouteBindingResponse() - Constructor for class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRouteBindingResponse
 

D

DashboardClient - Class in org.springframework.cloud.servicebroker.model
 
DashboardClient() - Constructor for class org.springframework.cloud.servicebroker.model.DashboardClient
 
DashboardClient(String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.DashboardClient
 
DEFAULT_API_VERSION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
 
deleteServiceInstance(Map<String, String>, String, String, String, boolean, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
deleteServiceInstance(DeleteServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Delete (deprovision) a service instance.
deleteServiceInstanceBinding(Map<String, String>, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
Delete a service instance binding.
DeleteServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to delete a service instance binding.
DeleteServiceInstanceBindingRequest(String, String, String, String, ServiceDefinition) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceBindingRequest
 
DeleteServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to delete a service instance.
DeleteServiceInstanceRequest(String, String, String, ServiceDefinition, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
DeleteServiceInstanceRequest(String, String, String, ServiceDefinition) - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
DeleteServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to delete a service instance.
DeleteServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceResponse
 

E

EmptyListSerializer - Class in org.springframework.cloud.servicebroker.model
This JsonSerializer can be used to serialize an empty array (e.g.
EmptyListSerializer() - Constructor for class org.springframework.cloud.servicebroker.model.EmptyListSerializer
 
EmptyMapSerializer - Class in org.springframework.cloud.servicebroker.model
This JsonSerializer can be used to serialize an empty array (e.g.
EmptyMapSerializer() - Constructor for class org.springframework.cloud.servicebroker.model.EmptyMapSerializer
 
ErrorMessage - Class in org.springframework.cloud.servicebroker.model
Used to send errors back to the cloud controller.
ErrorMessage(String) - Constructor for class org.springframework.cloud.servicebroker.model.ErrorMessage
 

G

getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getBoundAppGuid() - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
getBoundRoute() - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
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.
getCredentials() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getError() - Method in class org.springframework.cloud.servicebroker.model.AsyncRequiredErrorMessage
 
getErrorResponse(String, HttpStatus) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
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
Details of a request to get the state of the last operation on a service instance.
GetLastServiceOperationRequest(String) - Constructor for class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
GetLastServiceOperationRequest(String, String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
GetLastServiceOperationResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to get the state of the last operation on a service instance.
GetLastServiceOperationResponse() - Constructor for class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
 
getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
getPlanId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.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.
getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
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.ServiceInstance
Deprecated.
 
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getServiceInstanceLastOperation(Map<String, String>, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
getServiceInstanceLastOperation() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
getValue() - Method in enum org.springframework.cloud.servicebroker.model.OperationState
 

H

handleException(ServiceBrokerApiVersionException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceInstanceDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceDefinitionDoesNotExistException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(HttpMessageNotReadableException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(MethodArgumentNotValidException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceBrokerAsyncRequiredException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceBrokerInvalidParametersException) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(Exception) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
handleException(ServiceInstanceBindingExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
 
handleException(ServiceInstanceExistsException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
handleException(ServiceInstanceUpdateNotSupportedException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 

I

isAsync() - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
isBindable() - Method in class org.springframework.cloud.servicebroker.model.Plan
 

K

KUBERNETES_PLATFORM - Static variable in class org.springframework.cloud.servicebroker.model.KubernetesContext
 
KubernetesContext - Class in org.springframework.cloud.servicebroker.model
Kubernetes specific contextual information under which the service instance is to be provisioned or updated.
KubernetesContext() - Constructor for class org.springframework.cloud.servicebroker.model.KubernetesContext
 
KubernetesContext(String) - Constructor for class org.springframework.cloud.servicebroker.model.KubernetesContext
 

M

mapParametersToBean(Map<String, Object>, Class<T>) - Static method in class org.springframework.cloud.servicebroker.model.ParameterBeanMapper
Instantiates an object of the specified type and populates properties of the object from the provided parameters.
MethodSchema - Class in org.springframework.cloud.servicebroker.model
JSON Schema for a service broker object method.
MethodSchema() - Constructor for class org.springframework.cloud.servicebroker.model.MethodSchema
 
MethodSchema(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.MethodSchema
 

N

nonBindableServiceInstanceBindingService() - Method in class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
 
NonBindableServiceInstanceBindingService - Class in org.springframework.cloud.servicebroker.service
Default implementation of ServiceInstanceBindingService for service brokers that do not support bindable services.
NonBindableServiceInstanceBindingService() - Constructor for class org.springframework.cloud.servicebroker.service.NonBindableServiceInstanceBindingService
 

O

operation - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceInstanceResponse
For async responses, service brokers can return operation state as a string.
operation - Variable in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
The field optionally returned by the service broker on async provision, update, deprovision responses.
OperationState - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable states for a request that is being processed asynchronously.
org.springframework.cloud.servicebroker.config - package org.springframework.cloud.servicebroker.config
 
org.springframework.cloud.servicebroker.controller - package org.springframework.cloud.servicebroker.controller
 
org.springframework.cloud.servicebroker.exception - package org.springframework.cloud.servicebroker.exception
 
org.springframework.cloud.servicebroker.interceptor - package org.springframework.cloud.servicebroker.interceptor
 
org.springframework.cloud.servicebroker.model - package org.springframework.cloud.servicebroker.model
 
org.springframework.cloud.servicebroker.service - package org.springframework.cloud.servicebroker.service
 
ORIGINATING_IDENTITY_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
 
originatingIdentity - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
The identity of the of the user that initiated the request from the platform.

P

ParameterBeanMapper - Class in org.springframework.cloud.servicebroker.model
Utilities for mapping parameter maps to Java beans.
ParameterBeanMapper() - Constructor for class org.springframework.cloud.servicebroker.model.ParameterBeanMapper
 
parameters - Variable in class org.springframework.cloud.servicebroker.model.AsyncParameterizedServiceInstanceRequest
Parameters passed by the user in the form of a JSON structure.
parseOriginatingIdentity(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
 
Plan - Class in org.springframework.cloud.servicebroker.model
A service plan available for a ServiceDefinition
Plan() - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>, boolean, boolean) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
Plan(String, String, String, Map<String, Object>, boolean, boolean, Schemas) - Constructor for class org.springframework.cloud.servicebroker.model.Plan
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.interceptor.BrokerApiVersionInterceptor
 

S

Schemas - Class in org.springframework.cloud.servicebroker.model
JSON Schemas available for a Plan.
Schemas() - Constructor for class org.springframework.cloud.servicebroker.model.Schemas
 
Schemas(ServiceInstanceSchema, ServiceBindingSchema) - Constructor for class org.springframework.cloud.servicebroker.model.Schemas
 
serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.cloud.servicebroker.model.EmptyListSerializer
 
serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.cloud.servicebroker.model.EmptyMapSerializer
 
ServiceBindingResource - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable keys for the bindResource map in a service instance binding request.
ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model
Service binding JSON Schemas.
ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBindingSchema
 
ServiceBindingSchema(MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBindingSchema
 
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
 
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.config
 
ServiceBrokerAutoConfiguration() - Constructor for class org.springframework.cloud.servicebroker.config.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
 
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
 
ServiceDefinition - Class in org.springframework.cloud.servicebroker.model
A service offered by this broker.
ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
ServiceDefinition(String, String, String, boolean, List<Plan>) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
ServiceDefinition(String, String, String, boolean, boolean, List<Plan>, List<String>, Map<String, Object>, List<String>, DashboardClient) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
 
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
 
ServiceDefinitionRequires - Enum in org.springframework.cloud.servicebroker.model
The list of acceptable values for the requires field of a service definition.
ServiceInstance - Class in org.springframework.cloud.servicebroker.model
Deprecated.
This class is no longer used internally to represent service instances. Implementing brokers should create their own class to represent service instances and persist them as necessary. The will remain in the project for a time as a convenience, but it should no longer be used by implementing brokers.
ServiceInstance(CreateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a ServiceInstance from a create request.
ServiceInstance(DeleteServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a ServiceInstance from a delete request.
ServiceInstance(UpdateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
Create a service instance from an update request.
ServiceInstanceBinding - Class in org.springframework.cloud.servicebroker.model
Deprecated.
This class is no longer used internally to represent service instance bindings. Implementing brokers should create their own class to represent service instances bindings and persist them as necessary. The will remain in the project for a time as a convenience, but it should no longer be used by implementing brokers.
ServiceInstanceBinding(String, String, Map<String, Object>, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
Deprecated.
 
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 - 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
 
ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model
Service instance JSON Schemas.
ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceSchema
 
ServiceInstanceSchema(MethodSchema, MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceSchema
 
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
 
SharedVolumeDevice - Class in org.springframework.cloud.servicebroker.model
 
SharedVolumeDevice() - Constructor for class org.springframework.cloud.servicebroker.model.SharedVolumeDevice
 

T

toString() - Method in enum org.springframework.cloud.servicebroker.model.OperationState
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.VolumeMount.DeviceType
 
toString() - Method in enum org.springframework.cloud.servicebroker.model.VolumeMount.Mode
 

U

updateServiceInstance(Map<String, String>, String, boolean, String, String, UpdateServiceInstanceRequest) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
 
updateServiceInstance(UpdateServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
Update a service instance.
UpdateServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model
Details of a request to update a service instance.
UpdateServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String, Map<String, Object>, UpdateServiceInstanceRequest.PreviousValues, Context) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String, Map<String, Object>, UpdateServiceInstanceRequest.PreviousValues) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
UpdateServiceInstanceRequest.PreviousValues - Class in org.springframework.cloud.servicebroker.model
Information about the service instance prior to the update request.
UpdateServiceInstanceRequest.PreviousValues() - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest.PreviousValues
 
UpdateServiceInstanceRequest.PreviousValues(String) - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest.PreviousValues
 
UpdateServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model
Details of a response to a request to update a service instance.
UpdateServiceInstanceResponse() - Constructor for class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceResponse
 

V

valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VolumeDevice - Class in org.springframework.cloud.servicebroker.model
 
VolumeDevice() - Constructor for class org.springframework.cloud.servicebroker.model.VolumeDevice
 
VolumeMount - Class in org.springframework.cloud.servicebroker.model
Details of a volume mount in a binding response.
VolumeMount() - Constructor for class org.springframework.cloud.servicebroker.model.VolumeMount
 
VolumeMount.DeviceType - Enum in org.springframework.cloud.servicebroker.model
 
VolumeMount.Mode - Enum in org.springframework.cloud.servicebroker.model
 

W

WebMvcConfiguration - Class in org.springframework.cloud.servicebroker.config
 
WebMvcConfiguration() - Constructor for class org.springframework.cloud.servicebroker.config.WebMvcConfiguration
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceBindingRequest
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
withApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceResponse
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withAsync(boolean) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceResponse
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
withAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withBindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
withBindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRouteBindingResponse
 
withBindingId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceBindingRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
withCfInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withCredentials(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
withDashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withDashboardUrl(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withDeleteOperation(boolean) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withDescription(String) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withInstanceExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withLastOperation(GetLastServiceOperationResponse) - Method in class org.springframework.cloud.servicebroker.model.ServiceInstance
Deprecated.
 
withOperation(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceResponse
 
withOperation(String) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceResponse
 
withOperation(String) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceResponse
 
withOperationState(OperationState) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationResponse
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceBindingRequest
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.DeleteServiceInstanceRequest
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.GetLastServiceOperationRequest
 
withOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withRouteServiceUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRouteBindingResponse
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceBindingRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceRequest
 
withServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.UpdateServiceInstanceRequest
 
withSyslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
withVolumeMounts(List<VolumeMount>) - Method in class org.springframework.cloud.servicebroker.model.CreateServiceInstanceAppBindingResponse
 
A B C D E G H I K M N O P S T U V W 
Spring Cloud - Cloud Foundry Service Broker