Package | Description |
---|---|
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.client |
OAuth 2.0 dynamic client registration.
|
com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
RefreshTokenRequest.toHTTPRequest() |
HTTPRequest |
Request.toHTTPRequest()
Returns the matching HTTP request.
|
HTTPRequest |
AuthorizationRequest.toHTTPRequest() |
HTTPRequest |
AccessTokenRequest.toHTTPRequest() |
HTTPRequest |
AuthorizationRequest.toHTTPRequest(HTTPRequest.Method method)
Returns the matching HTTP request.
|
HTTPResponse |
Response.toHTTPResponse()
Returns the matching HTTP response.
|
HTTPResponse |
AuthorizationResponse.toHTTPResponse()
Returns the HTTP response for this authorisation response.
|
HTTPResponse |
AccessTokenResponse.toHTTPResponse() |
net.minidev.json.JSONObject |
AccessTokenResponse.toJSONObject()
Returns the JSON object representing this access token response.
|
abstract Map<String,String> |
AuthorizationResponse.toParameters()
Returns the parameters of this authorisation response.
|
Map<String,String> |
AuthorizationRequest.toParameters()
Returns the parameters for this authorisation request.
|
Map<String,String> |
AuthorizationSuccessResponse.toParameters() |
String |
AuthorizationRequest.toQueryString()
Returns the URL query string for this authorisation request.
|
abstract URL |
AuthorizationResponse.toURI()
Returns the URI representation (redirect URI + fragment / query
string) of this authorisation response.
|
URL |
AuthorizationSuccessResponse.toURI() |
URL |
AuthorizationErrorResponse.toURI() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ClientAuthentication.applyTo(HTTPRequest httpRequest)
Applies the authentication to the specified HTTP request by setting
its Authorization header and/or POST entity-body parameters
(according to the implemented client authentication method).
|
void |
ClientSecretPost.applyTo(HTTPRequest httpRequest) |
void |
JWTAuthentication.applyTo(HTTPRequest httpRequest) |
Map<String,String> |
JWTAuthentication.toParameters()
Returns the parameter representation of this JSON Web Token (JWT)
based client authentication.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
ClientUpdateRequest.toHTTPRequest() |
HTTPRequest |
ClientReadRequest.toHTTPRequest() |
HTTPRequest |
ClientRegistrationRequest.toHTTPRequest() |
HTTPRequest |
ClientDeleteRequest.toHTTPRequest() |
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
UserInfoRequest.toHTTPRequest() |
HTTPResponse |
UserInfoSuccessResponse.toHTTPResponse() |
net.minidev.json.JSONObject |
OIDCAccessTokenResponse.toJSONObject()
Returns the JSON object representing this OpenID Connect access
token response.
|
Map<String,String> |
OIDCAuthorizationSuccessResponse.toParameters() |
Map<String,String> |
OIDCAuthorizationRequest.toParameters() |
Copyright © 2013 NimbusDS. All Rights Reserved.