Uses of Class
org.forgerock.http.HttpApplicationException
-
Packages that use HttpApplicationException Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.handler CoreHandler
implementations.org.forgerock.http.spi HTTP service provider API.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.secrets.oauth2 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 HttpApplicationException in org.forgerock.http
Methods in org.forgerock.http that throw HttpApplicationException Modifier and Type Method Description Handler
HttpApplication. start()
Gets the rootHandler
that will handle all HTTP requests. -
Uses of HttpApplicationException in org.forgerock.http.handler
Constructors in org.forgerock.http.handler that throw HttpApplicationException Constructor Description HttpClientHandler()
Creates a new HTTP client using default client options.HttpClientHandler(Options options)
Creates a new HTTP client using the provided client options. -
Uses of HttpApplicationException in org.forgerock.http.spi
Methods in org.forgerock.http.spi that throw HttpApplicationException Modifier and Type Method Description HttpClient
HttpClientProvider. newHttpClient(Options options)
Returns a newHttpClient
configured using the provided set of options. -
Uses of HttpApplicationException in org.forgerock.openig.http
Methods in org.forgerock.openig.http that throw HttpApplicationException Modifier and Type Method Description Handler
AdminHttpApplication. start()
Handler
GatewayHttpApplication. start()
Constructors in org.forgerock.openig.http that throw HttpApplicationException Constructor Description AdminHttpApplication(String adminPrefix, JsonValue config, Environment environment, RunMode mode, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.openig.http.spi.HttpClientLoader httpClientLoader, WebSocketClientProvider webSocketClientProvider, Clock clock, IgTicker ticker)
Construct aAdminHttpApplication
. -
Uses of HttpApplicationException in org.forgerock.secrets.oauth2
Methods in org.forgerock.secrets.oauth2 that throw HttpApplicationException Modifier and Type Method Description AccessTokenSecretStore
AccessTokenSecretStore.Builder. build()
Builds the access token secret store.
-