|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPRequest.Method | |
---|---|
com.nimbusds.oauth2.sdk | Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. |
com.nimbusds.oauth2.sdk.http | HTTP message classes. |
com.nimbusds.openid.connect.sdk | Classes for representing, serialising and parsing OpenID Connect client requests and server responses. |
Uses of HTTPRequest.Method in com.nimbusds.oauth2.sdk |
---|
Methods in com.nimbusds.oauth2.sdk with parameters of type HTTPRequest.Method | |
---|---|
HTTPRequest |
AuthorizationRequest.toHTTPRequest(URL url,
HTTPRequest.Method method)
Returns the matching HTTP request. |
Uses of HTTPRequest.Method in com.nimbusds.oauth2.sdk.http |
---|
Methods in com.nimbusds.oauth2.sdk.http that return HTTPRequest.Method | |
---|---|
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. |
Methods in com.nimbusds.oauth2.sdk.http with parameters of type HTTPRequest.Method | |
---|---|
void |
HTTPRequest.ensureMethod(HTTPRequest.Method expectedMethod)
Ensures this HTTP request has the specified method. |
Constructors in com.nimbusds.oauth2.sdk.http with parameters of type HTTPRequest.Method | |
---|---|
HTTPRequest(HTTPRequest.Method method,
URL url)
Creates a new minimally specified HTTP request. |
Uses of HTTPRequest.Method in com.nimbusds.openid.connect.sdk |
---|
Methods in com.nimbusds.openid.connect.sdk that return HTTPRequest.Method | |
---|---|
HTTPRequest.Method |
UserInfoRequest.getMethod()
Gets the HTTP method for this UserInfo request. |
Constructors in com.nimbusds.openid.connect.sdk with parameters of type HTTPRequest.Method | |
---|---|
UserInfoRequest(HTTPRequest.Method httpMethod,
AccessToken accessToken)
Creates a new UserInfo request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |