org.apache.oltu.oauth2.rs.response
Class OAuthRSResponse

java.lang.Object
  extended by org.apache.oltu.oauth2.common.message.OAuthResponse
      extended by org.apache.oltu.oauth2.rs.response.OAuthRSResponse
All Implemented Interfaces:
OAuthMessage

public class OAuthRSResponse
extends OAuthResponse


Nested Class Summary
static class OAuthRSResponse.OAuthRSResponseBuilder
           
 
Nested classes/interfaces inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
OAuthResponse.OAuthErrorResponseBuilder, OAuthResponse.OAuthResponseBuilder
 
Field Summary
 
Fields inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
body, headers, responseStatus, uri
 
Constructor Summary
protected OAuthRSResponse(String uri, int responseStatus)
           
 
Method Summary
 
Methods inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
addHeader, errorResponse, getBody, getHeader, getHeaders, getLocationUri, getResponseStatus, setBody, setHeaders, setLocationUri, status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthRSResponse

protected OAuthRSResponse(String uri,
                          int responseStatus)


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.