This project has retired. For details please refer to its Attic page.
OAuthJSONAccessTokenResponse | Apache Oltu - OAuth 2.0
public class

OAuthJSONAccessTokenResponse

extends OAuthAccessTokenResponse
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthClientResponse
     ↳ org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
       ↳ org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
Public Constructors
OAuthJSONAccessTokenResponse()
Public Methods
String getAccessToken()
Long getExpiresIn()
OAuthToken getOAuthToken()
String getRefreshToken()
String getScope()
Protected Methods
void setBody(String body)
void setContentType(String contentType)
void setResponseCode(int code)
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
From class java.lang.Object

Public Constructors

public OAuthJSONAccessTokenResponse ()

Public Methods

public String getAccessToken ()

public Long getExpiresIn ()

public OAuthToken getOAuthToken ()

public String getRefreshToken ()

public String getScope ()

Protected Methods

protected void setBody (String body)

protected void setContentType (String contentType)

protected void setResponseCode (int code)