@Generated(value="org.immutables.processor.ProxyProcessor") public final class PasswordGrantTokenProvider extends AbstractUaaTokenProvider
TokenProvider| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordGrantTokenProvider.Builder
Builds instances of type
PasswordGrantTokenProvider. |
| Modifier and Type | Method and Description |
|---|---|
static PasswordGrantTokenProvider.Builder |
builder()
Creates a builder for
PasswordGrantTokenProvider. |
boolean |
equals(Object another)
This instance is equal to all instances of
PasswordGrantTokenProvider that have equal attribute values. |
String |
getClientId()
The client id.
|
String |
getClientSecret()
The client secret.
|
String |
getIdentityZoneSubdomain()
The identity zone subdomain
|
String |
getLoginHint()
The login hint
|
String |
getPassword()
The password
|
String |
getUsername()
The username
|
int |
hashCode()
Computes a hash code from attributes:
loginHint, password, username, clientId, clientSecret, identityZoneSubdomain. |
String |
toString()
Prints the immutable value
PasswordGrantTokenProvider with attribute values. |
getRefreshTokens, getToken, invalidatepublic String getLoginHint()
public String getPassword()
public String getUsername()
public String getClientId()
cf.getClientId in class AbstractUaaTokenProviderpublic String getClientSecret()
"".getClientSecret in class AbstractUaaTokenProviderpublic String getIdentityZoneSubdomain()
public boolean equals(Object another)
PasswordGrantTokenProvider that have equal attribute values.public int hashCode()
loginHint, password, username, clientId, clientSecret, identityZoneSubdomain.public String toString()
PasswordGrantTokenProvider with attribute values.public static PasswordGrantTokenProvider.Builder builder()
PasswordGrantTokenProvider.
PasswordGrantTokenProvider.builder()
.loginHint(String | null) // nullable loginHint
.password(String) // required password
.username(String) // required username
.clientId(String) // optional clientId
.clientSecret(String) // optional clientSecret
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.build();
Copyright © 2019. All rights reserved.