com.nimbusds.oauth2.sdk
Interface Request

All Superinterfaces:
Message
All Known Implementing Classes:
AccessTokenRequest, AuthorizationRequest, OIDCAuthorizationRequest, OIDCClientReadRequest, OIDCClientRegisterRequest, ProtectedResourceRequest, RefreshTokenRequest, TokenRequest, UserInfoRequest

public interface Request
extends Message

Request message, serialises to an HTTP request.

Author:
Vladimir Dzhuvinov

Method Summary
 HTTPRequest toHTTPRequest(URL url)
          Returns the matching HTTP request.
 

Method Detail

toHTTPRequest

HTTPRequest toHTTPRequest(URL url)
                          throws SerializeException
Returns the matching HTTP request.

Parameters:
url - The URL of the HTTP endpoint for which the request is intended. Must not be null.
Returns:
The HTTP request.
Throws:
SerializeException - If the request message couldn't be serialised to an HTTP request.


Copyright © 2013 NimbusDS. All Rights Reserved.