org.apache.oltu.oauth2.ext.dynamicreg.server.response
Class OAuthServerRegistrationResponse

java.lang.Object
  extended by org.apache.oltu.oauth2.common.message.OAuthResponse
      extended by org.apache.oltu.oauth2.as.response.OAuthASResponse
          extended by org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse
All Implemented Interfaces:
OAuthMessage

public class OAuthServerRegistrationResponse
extends OAuthASResponse


Nested Class Summary
static class OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
           
 
Nested classes/interfaces inherited from class org.apache.oltu.oauth2.as.response.OAuthASResponse
OAuthASResponse.OAuthAuthorizationResponseBuilder, OAuthASResponse.OAuthTokenResponseBuilder
 
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 OAuthServerRegistrationResponse(String url, int responseStatus)
           
 
Method Summary
static OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder status(int code)
           
 
Methods inherited from class org.apache.oltu.oauth2.as.response.OAuthASResponse
authorizationResponse, tokenResponse
 
Methods inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
addHeader, errorResponse, getBody, getHeader, getHeaders, getLocationUri, getResponseStatus, setBody, setHeaders, setLocationUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthServerRegistrationResponse

protected OAuthServerRegistrationResponse(String url,
                                          int responseStatus)
Method Detail

status

public static OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder status(int code)


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