| Constructor and Description |
|---|
AccessTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
static AccessTokenRequest |
fromMultiValuedFormParameters(javax.ws.rs.core.MultivaluedMap<String,String> formParameters) |
Client |
getClient() |
String |
getClientId() |
String |
getClientSecret() |
String |
getCode() |
String |
getGrantType() |
String |
getRedirectUri() |
String |
getRefreshToken() |
String |
getScope() |
void |
setClient(Client client) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setCode(String code) |
void |
setGrantType(String grantType) |
void |
setRedirectUri(String redirectUri) |
void |
setRefreshToken(String refreshToken) |
void |
setScope(String scope) |
public static AccessTokenRequest fromMultiValuedFormParameters(javax.ws.rs.core.MultivaluedMap<String,String> formParameters)
public String getGrantType()
public void setGrantType(String grantType)
grantType - the grantType to setpublic String getCode()
public void setCode(String code)
code - the code to setpublic String getRedirectUri()
public void setRedirectUri(String redirectUri)
redirectUri - the redirectUri to setpublic String getClientId()
public void setClientId(String clientId)
clientId - the clientId to setpublic String getClientSecret()
public void setClientSecret(String clientSecret)
clientSecret - the clientSecret to setpublic String getRefreshToken()
public void setRefreshToken(String refreshToken)
refreshToken - the refreshToken to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic Client getClient()
public void setClient(Client client)
Copyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.