Uses of Enum
com.nimbusds.oauth2.sdk.http.HTTPRequest.Method
Packages that use HTTPRequest.Method
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
HTTP message and utility classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of HTTPRequest.Method in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk with parameters of type HTTPRequest.MethodModifier and TypeMethodDescriptionAuthorizationRequest.toHTTPRequest
(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.MethodModifier and TypeMethodDescriptionHTTPRequest.getMethod()
Gets the request method.ReadOnlyHTTPRequest.getMethod()
Gets the request method.static HTTPRequest.Method
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.MethodModifier and TypeMethodDescriptionvoid
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.MethodModifierConstructorDescriptionHTTPRequest
(HTTPRequest.Method method, URI uri) Creates a new minimally specified HTTP request.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.MethodModifier and TypeMethodDescriptionUserInfoRequest.getMethod()
Gets the HTTP method for this UserInfo request.Constructors in com.nimbusds.openid.connect.sdk with parameters of type HTTPRequest.MethodModifierConstructorDescriptionUserInfoRequest
(URI uri, HTTPRequest.Method httpMethod, AccessToken accessToken) Creates a new UserInfo request.