Package | Description |
---|---|
org.forgerock.http.oauth2 | |
org.forgerock.http.protocol | |
org.forgerock.http.util |
Modifier and Type | Method and Description |
---|---|
Form |
OAuth2Error.toForm()
Returns the form representation of this error suitable for inclusion in
an authorization call-back query.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2Error |
OAuth2Error.valueOfForm(Form form)
Parses the Form representation of an authorization call-back error as an
OAuth 2.0 error.
|
Modifier and Type | Method and Description |
---|---|
Form |
Form.fromFormString(String s)
Parses a form URL-encoded string containing form parameters and stores them in
this object.
|
Form |
Form.fromQueryString(String s)
Parses a URL-encoded query string containing form parameters and stores them in
this object.
|
Form |
Form.fromRequestEntity(Request request)
Parses the URL-encoded form entity of a request and stores them in this
object.
|
Form |
Form.fromRequestQuery(Request request)
Parses the query parameters of a request and stores them in this object.
|
Form |
Form.fromString(String s)
Deprecated.
use
fromFormString(String) instead. |
Form |
Request.getForm()
Returns a copy of the query parameters and
application/x-www-form-urlencoded entity decoded as a form. |
Modifier and Type | Method and Description |
---|---|
static URI |
Uris.withQuery(URI uri,
Form query)
Returns a new URI having the provided query parameters.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.