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