| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
| com.nimbusds.oauth2.sdk.http |
HTTP message and utility classes.
|
| com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
| Modifier and Type | Method | Description |
|---|---|---|
HTTPRequest |
AuthorizationRequest.toHTTPRequest(HTTPRequest.Method method) |
Returns the matching HTTP request.
|
| Modifier and Type | Method | Description |
|---|---|---|
HTTPRequest.Method |
HTTPRequest.getMethod() |
Gets the request method.
|
static HTTPRequest.Method |
HTTPRequest.Method.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HTTPRequest.Method[] |
HTTPRequest.Method.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HTTPRequest.ensureMethod(HTTPRequest.Method expectedMethod) |
Ensures this HTTP request has the specified method.
|
| Constructor | Description |
|---|---|
HTTPRequest(HTTPRequest.Method method,
URL url) |
Creates a new minimally specified HTTP request.
|
| Modifier and Type | Method | Description |
|---|---|---|
HTTPRequest.Method |
UserInfoRequest.getMethod() |
Gets the HTTP method for this UserInfo request.
|
| Constructor | Description |
|---|---|
UserInfoRequest(URI uri,
HTTPRequest.Method httpMethod,
BearerAccessToken accessToken) |
Creates a new UserInfo request.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.