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

OAuthClientRegistrationResponse

extends OAuthClientResponse
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthClientResponse
     ↳ org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
Public Constructors
OAuthClientRegistrationResponse()
Public Methods
String getClientId()
String getClientSecret()
Long getExpiresIn()
String getIssuedAt()
Protected Methods
void init(String body, String contentType, int responseCode)
void setBody(String body)
void setContentType(String contentType)
void setResponseCode(int responseCode)
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
From class java.lang.Object

Public Constructors

public OAuthClientRegistrationResponse ()

Public Methods

public String getClientId ()

public String getClientSecret ()

public Long getExpiresIn ()

public String getIssuedAt ()

Protected Methods

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

protected void setBody (String body)

protected void setContentType (String contentType)

protected void setResponseCode (int responseCode)