Uses of Package
com.nimbusds.oauth2.sdk.http

Packages that use com.nimbusds.oauth2.sdk.http
com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. 
com.nimbusds.oauth2.sdk.auth Implementations of OAuth 2.0 client authentication methods at the Token endpoint. 
com.nimbusds.oauth2.sdk.http HTTP message classes. 
com.nimbusds.oauth2.sdk.token OAuth 2.0 access and refresh token implementations. 
com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. 
 

Classes in com.nimbusds.oauth2.sdk.http used by com.nimbusds.oauth2.sdk
HTTPRequest
          HTTP request with support for the parameters required to construct an OAuth 2.0 request message.
HTTPRequest.Method
          Enumeration of the HTTP methods used in OAuth 2.0 requests.
HTTPResponse
          HTTP response with support for the parameters required to construct an OAuth 2.0 response message.
 

Classes in com.nimbusds.oauth2.sdk.http used by com.nimbusds.oauth2.sdk.auth
HTTPRequest
          HTTP request with support for the parameters required to construct an OAuth 2.0 request message.
 

Classes in com.nimbusds.oauth2.sdk.http used by com.nimbusds.oauth2.sdk.http
HTTPRequest
          HTTP request with support for the parameters required to construct an OAuth 2.0 request message.
HTTPRequest.Method
          Enumeration of the HTTP methods used in OAuth 2.0 requests.
HTTPResponse
          HTTP response with support for the parameters required to construct an OAuth 2.0 response message.
 

Classes in com.nimbusds.oauth2.sdk.http used by com.nimbusds.oauth2.sdk.token
HTTPRequest
          HTTP request with support for the parameters required to construct an OAuth 2.0 request message.
 

Classes in com.nimbusds.oauth2.sdk.http used by com.nimbusds.openid.connect.sdk
HTTPRequest
          HTTP request with support for the parameters required to construct an OAuth 2.0 request message.
HTTPRequest.Method
          Enumeration of the HTTP methods used in OAuth 2.0 requests.
HTTPResponse
          HTTP response with support for the parameters required to construct an OAuth 2.0 response message.
 



Copyright © 2013 NimbusDS. All Rights Reserved.