Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static DashboardClient.DashboardClientBuilder |
DashboardClient.builder()
Create a builder that provides a fluent API for constructing a
DashboardClient.
|
DashboardClient.DashboardClientBuilder |
DashboardClient.DashboardClientBuilder.id(java.lang.String id)
The client ID of the dashboard OAuth2 client that the service intends to use.
|
DashboardClient.DashboardClientBuilder |
DashboardClient.DashboardClientBuilder.redirectUri(java.lang.String redirectUri)
A domain for the service dashboard that will be whitelisted by the UAA to
enable dashboard SSO.
|
DashboardClient.DashboardClientBuilder |
DashboardClient.DashboardClientBuilder.secret(java.lang.String secret)
The client secret for the dashboard OAuth2 client.
|