- ServiceBindingResource - Enum in org.springframework.cloud.servicebroker.model
-
The list of acceptable keys for the bindResource map in a service instance binding request.
- 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
-
- 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
-
- 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
-