@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetTokenByPasswordRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByPasswordRequest.Builder
Builds instances of type
GetTokenByPasswordRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByPasswordRequest.Builder |
builder()
Creates a builder for
GetTokenByPasswordRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByPasswordRequest that have equal attribute values. |
String |
getClientId()
The client identifier
|
String |
getClientSecret()
The client's secret passphrase
|
String |
getPassword()
The password
|
TokenFormat |
getTokenFormat()
The token format
|
String |
getUsername()
The username
|
int |
hashCode()
Computes a hash code from attributes:
clientId, clientSecret, password, tokenFormat, username. |
String |
toString()
Prints the immutable value
GetTokenByPasswordRequest with attribute values. |
public String getClientId()
public String getClientSecret()
public String getPassword()
public TokenFormat getTokenFormat()
public String getUsername()
public boolean equals(Object another)
GetTokenByPasswordRequest that have equal attribute values.public int hashCode()
clientId, clientSecret, password, tokenFormat, username.public String toString()
GetTokenByPasswordRequest with attribute values.public static GetTokenByPasswordRequest.Builder builder()
GetTokenByPasswordRequest.
GetTokenByPasswordRequest.builder()
.clientId(String) // required clientId
.clientSecret(String) // required clientSecret
.password(String) // required password
.tokenFormat(org.cloudfoundry.uaa.tokens.TokenFormat | null) // nullable tokenFormat
.username(String) // required username
.build();
Copyright © 2020. All rights reserved.