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

OAuthAccessTokenResponse

extends OAuthClientResponse
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthClientResponse
     ↳ org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
Public Constructors
OAuthAccessTokenResponse()
Public Methods
abstract String getAccessToken()
String getBody()
abstract Long getExpiresIn()
abstract OAuthToken getOAuthToken()
abstract String getRefreshToken()
abstract String getScope()
Protected Methods
void init(String body, String contentType, int responseCode)
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
From class java.lang.Object

Public Constructors

public OAuthAccessTokenResponse ()

Public Methods

public abstract String getAccessToken ()

public String getBody ()

public abstract Long getExpiresIn ()

public abstract OAuthToken getOAuthToken ()

public abstract String getRefreshToken ()

public abstract String getScope ()

Protected Methods

protected void init (String body, String contentType, int responseCode)