public class AuthorizationCodeGrantRequest extends AccessTokenGrantRequest
| Constructor and Description |
|---|
AuthorizationCodeGrantRequest(String code,
String clientId,
String clientSecret,
String redirectUrl,
Collection<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
protected static Map<String,String> |
getPropertyMap()
Maps Bean introspection property descriptors name to OAuth2 valid payload
property names.
|
String |
getRedirectUri() |
int |
hashCode() |
Map<String,Object> |
map() |
String |
toString() |
getClientId, getClientSecret, getGrantType, getScopes, setScopespublic String getRedirectUri()
public String getCode()
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.