com.nimbusds.oauth2.sdk
Interface Response

All Superinterfaces:
Message
All Known Subinterfaces:
ErrorResponse, OIDCAuthorizationResponse, OIDCTokenResponse, SuccessResponse
All Known Implementing Classes:
AccessTokenResponse, AuthorizationErrorResponse, AuthorizationResponse, AuthorizationSuccessResponse, ClientInformationResponse, ClientRegistrationErrorResponse, ClientRegistrationResponse, OIDCAccessTokenResponse, OIDCAuthorizationErrorResponse, OIDCAuthorizationSuccessResponse, OIDCClientInformationResponse, OIDCTokenErrorResponse, TokenErrorResponse, TokenResponse, UserInfoErrorResponse, UserInfoResponse, UserInfoSuccessResponse

public interface Response
extends Message

Response message, serialises to an HTTP response.

Author:
Vladimir Dzhuvinov

Method Summary
 HTTPResponse toHTTPResponse()
          Returns the matching HTTP response.
 

Method Detail

toHTTPResponse

HTTPResponse toHTTPResponse()
                            throws SerializeException
Returns the matching HTTP response.

Returns:
The HTTP response.
Throws:
SerializeException - If the response message couldn't be serialised to an HTTP response.


Copyright © 2013 NimbusDS. All Rights Reserved.