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