Uses of Class
org.forgerock.http.protocol.Form
Package
Description
This package provides APIs for OAuth 2.0 services implementations.
Models and manages elements of the Hypertext Transfer Protocol.
Miscellaneous utility classes.
Common tools used in policy service.
A Secrets API backend that can obtain OAuth 2 access tokens from a token endpoint, along with a collection of
grant type handlers.
-
Uses of Form in org.forgerock.http.oauth2
Modifier and TypeMethodDescriptionOAuth2Error.toForm()
Returns the form representation of this error suitable for inclusion in an authorization call-back query.Modifier and TypeMethodDescriptionstatic OAuth2Error
OAuth2Error.valueOfForm
(Form form) Parses the Form representation of an authorization call-back error as an OAuth 2.0 error. -
Uses of Form in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionForm.fromFormString
(String s) Parses a form URL-encoded string containing form parameters and stores them in this object.Form.fromQueryString
(String s) Parses a URL-encoded query string containing form parameters and stores them in this object.Form.fromRequestEntity
(Request request) Deprecated.Because Entity content should be read asynchronously.Form.fromRequestQuery
(Request request) Parses the query parameters of a request and stores them in this object.Form.fromString
(String s) Deprecated.usefromFormString(String)
instead.Entity.getForm()
Returns a copy of the "application/x-www-form-urlencoded" entity decoded as a form.Request.getForm()
Deprecated.Request.getQueryParams()
Returns a copy of the query parameters decoded as a form.Modifier and TypeMethodDescriptionEntity.getFormAsync()
Returns a promise of a copy of the "application/x-www-form-urlencoded" entity decoded as a form. -
Uses of Form in org.forgerock.http.util
-
Uses of Form in org.forgerock.openig.tools
Modifier and TypeMethodDescriptionJwtUtil.getFormJwt
(Form form, String param) Get the JWT from a request form parameter. -
Uses of Form in org.forgerock.secrets.oauth2
Modifier and TypeMethodDescriptionprotected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException> Handles the request by adding appropriate parameters to the OAuth 2.0 token endpoint request.protected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException> Modifier and TypeMethodDescriptionprotected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException> Handles the request by adding appropriate parameters to the OAuth 2.0 token endpoint request.protected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException> protected Promise<Form,
NoSuchSecretException>