Integrates with the ForgeRock HTTP Framework.
-
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
AdminHttpApplication(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 a AdminHttpApplication
.
GatewayHttpApplication(Environment environment,
JsonValue config,
EndpointRegistry registry,
RunMode mode,
org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry,
org.forgerock.config.resolvers.PropertyResolver propertyResolver,
HttpClientProvider httpClientProvider,
WebSocketClientProvider webSocketClientProvider,
WebSocketProxyFilterProvider webSocketProxyFilterProvider,
Clock clock,
IgTicker ticker,
AsyncSessionManager sessionManager,
ProductInfo productInfo)
Construct a GatewayHttpApplication
.