@Generated(value={"Immutables.generator","_ClientCredentialsGrantTokenProvider"}) 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 Defaults to
"". |
int |
hashCode()
Computes a hash code from attributes:
clientId, clientSecret. |
String |
toString()
Prints the immutable value
ClientCredentialsGrantTokenProvider with attribute values. |
getToken, invalidatepublic String getClientId()
cf.getClientId in class AbstractUaaTokenProviderpublic String getClientSecret()
"".getClientSecret in class AbstractUaaTokenProviderpublic boolean equals(Object another)
ClientCredentialsGrantTokenProvider that have equal attribute values.public int hashCode()
clientId, clientSecret.public String toString()
ClientCredentialsGrantTokenProvider with attribute values.public static ClientCredentialsGrantTokenProvider.Builder builder()
ClientCredentialsGrantTokenProvider.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.