public class DashboardClient
extends java.lang.Object
ServiceDefinition
Modifier and Type | Class and Description |
---|---|
static class |
DashboardClient.DashboardClientBuilder
Provides a fluent API for constructing a DashboardClient.
|
Modifier and Type | Method and Description |
---|---|
static DashboardClient.DashboardClientBuilder |
builder()
Create a builder that provides a fluent API for constructing a
DashboardClient.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
The client ID of the dashboard OAuth2 client that the service intends to use.
|
java.lang.String |
getRedirectUri()
A domain for the service dashboard that will be whitelisted by the UAA to enable
dashboard SSO.
|
java.lang.String |
getSecret()
The client secret for the dashboard OAuth2 client.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getId()
public java.lang.String getSecret()
public java.lang.String getRedirectUri()
public static DashboardClient.DashboardClientBuilder builder()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object