public class RefreshTokenGrantRequest extends AccessTokenGrantRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
refreshToken |
| Constructor and Description |
|---|
RefreshTokenGrantRequest(String refreshToken,
String clientId,
String clientSecret,
Collection<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected static Map<String,String> |
getPropertyMap()
Maps Bean introspection property descriptors name to OAuth2 valid payload
property names.
|
String |
getRefreshToken() |
int |
hashCode() |
Map<String,Object> |
map() |
static RefreshTokenGrantRequest |
renew(AccessTokenGrantRequest originalTokenRequestGrant,
String refreshToken,
Collection<String> scopes) |
String |
toString() |
getClientId, getClientSecret, getGrantType, getScopes, setScopesprotected String refreshToken
public RefreshTokenGrantRequest(String refreshToken, String clientId, String clientSecret, Collection<String> scopes)
public String getRefreshToken()
public static final RefreshTokenGrantRequest renew(AccessTokenGrantRequest originalTokenRequestGrant, String refreshToken, Collection<String> scopes)
protected static Map<String,String> getPropertyMap()
public Map<String,Object> map() throws Exception
map in interface ParametersMapmap in class AccessTokenGrantRequestExceptionpublic String toString()
toString in class AccessTokenGrantRequestpublic int hashCode()
hashCode in class AccessTokenGrantRequestpublic boolean equals(Object obj)
equals in class AccessTokenGrantRequestCopyright © 2017. All rights reserved.