public static final class DashboardClient.DashboardClientBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
DashboardClient |
build()
Construct a
DashboardClient from the provided values. |
DashboardClient.DashboardClientBuilder |
id(String id)
The client ID of the dashboard OAuth2 client that the service intends to use.
|
DashboardClient.DashboardClientBuilder |
redirectUri(String redirectUri)
A domain for the service dashboard that will be whitelisted by the UAA to enable dashboard SSO.
|
DashboardClient.DashboardClientBuilder |
secret(String secret)
The client secret for the dashboard OAuth2 client.
|
public DashboardClient.DashboardClientBuilder id(String id)
id - the client IDpublic DashboardClient.DashboardClientBuilder secret(String secret)
secret - the client secretpublic DashboardClient.DashboardClientBuilder redirectUri(String redirectUri)
redirectUri - the dashboard URIpublic DashboardClient build()
DashboardClient from the provided values.