Uses of Class
org.forgerock.http.HttpApplicationException
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Core
Handler
implementations.HTTP service provider API.
Integrates with the ForgeRock HTTP Framework.
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
-
Uses of HttpApplicationException in org.forgerock.http.handler
ModifierConstructorDescriptionCreates 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
Modifier and TypeMethodDescriptionHttpClientProvider.newHttpClient
(Options options) Returns a newHttpClient
configured using the provided set of options. -
Uses of HttpApplicationException in org.forgerock.openig.http
ModifierConstructorDescriptionAdminHttpApplication
(String adminPrefix, JsonValue config, Environment environment, RunMode mode, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, HttpClientProvider httpClientProvider, WebSocketClientProvider webSocketClientProvider, Clock clock, IgTicker ticker, AsyncSessionManager sessionManager, ProductInfo productInfo) Construct aAdminHttpApplication
. -
Uses of HttpApplicationException in org.forgerock.secrets.oauth2
Modifier and TypeMethodDescriptionAccessTokenSecretStore.Builder.build()
Builds the access token secret store.