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 and Description |
---|---|
HTTPRequest |
AuthorizationRequest.toHTTPRequest(HTTPRequest.Method method)
Returns the matching HTTP request.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest.Method |
HTTPRequest.getMethod()
Gets the request method.
|
static HTTPRequest.Method |
HTTPRequest.Method.valueOf(java.lang.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 and Description |
---|---|
void |
HTTPRequest.ensureMethod(HTTPRequest.Method expectedMethod)
Ensures this HTTP request has the specified method.
|
Constructor and Description |
---|
HTTPRequest(HTTPRequest.Method method,
java.net.URL url)
Creates a new minimally specified HTTP request.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest.Method |
UserInfoRequest.getMethod()
Gets the HTTP method for this UserInfo request.
|
Constructor and Description |
---|
UserInfoRequest(java.net.URI uri,
HTTPRequest.Method httpMethod,
BearerAccessToken accessToken)
Creates a new UserInfo request.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.