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 |
TokenRequest.toHTTPRequest() |
HTTPRequest |
AuthorizationRequest.toHTTPRequest() |
HTTPRequest |
Request.toHTTPRequest()
Returns the matching HTTP request.
|
HTTPRequest |
TokenRevocationRequest.toHTTPRequest() |
HTTPRequest |
AuthorizationRequest.toHTTPRequest(HTTPRequest.Method method)
Returns the matching HTTP request.
|
HTTPResponse |
AccessTokenResponse.toHTTPResponse() |
HTTPResponse |
Response.toHTTPResponse()
Returns the matching HTTP response.
|
HTTPResponse |
AuthorizationResponse.toHTTPResponse()
Returns the HTTP response for this authorisation response.
|
net.minidev.json.JSONObject |
AccessTokenResponse.toJSONObject()
Returns the JSON object representing this access token response.
|
Map<String,String> |
AuthorizationSuccessResponse.toParameters() |
Map<String,String> |
AuthorizationRequest.toParameters()
Returns the parameters for this authorisation request.
|
abstract Map<String,String> |
AuthorizationResponse.toParameters()
Returns the parameters of this authorisation response.
|
String |
AuthorizationRequest.toQueryString()
Returns the URI query string for this authorisation request.
|
URI |
AuthorizationSuccessResponse.toURI() |
URI |
AuthorizationRequest.toURI()
Returns the complete URI representation for this authorisation
request, consisting of the
authorization
endpoint URI with the query string appended. |
abstract URI |
AuthorizationResponse.toURI()
Returns the URI representation (redirection URI + fragment / query
string) of this authorisation response.
|
URI |
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 |
JWTAuthentication.applyTo(HTTPRequest httpRequest) |
void |
ClientSecretPost.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 |
ClientDeleteRequest.toHTTPRequest() |
HTTPRequest |
ClientReadRequest.toHTTPRequest() |
HTTPRequest |
ClientRegistrationRequest.toHTTPRequest() |
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
LogoutRequest.toHTTPRequest() |
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> |
AuthenticationRequest.toParameters() |
Map<String,String> |
LogoutRequest.toParameters()
Returns the parameters for this authorisation request.
|
Map<String,String> |
AuthenticationSuccessResponse.toParameters() |
String |
LogoutRequest.toQueryString()
Returns the URI query string for this logout request.
|
URI |
LogoutRequest.toURI()
Returns the complete URI representation for this logout request,
consisting of the
end-session endpoint URI
with the query string appended. |
URI |
AuthenticationSuccessResponse.toURI() |
URI |
AuthenticationErrorResponse.toURI() |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.