Uses of Interface
io.gravitee.gateway.reactive.api.context.http.HttpPlainExecutionContext
Packages that use HttpPlainExecutionContext
Package
Description
-
Uses of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.context
Subinterfaces of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.contextModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceAllows accessing the specificities related toHttpPlainExecutionContextandHttpMessageExecutionContextfrom a http context that can mutate from plain to messages. -
Uses of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.policy
Methods in io.gravitee.gateway.reactive.api.policy with parameters of type HttpPlainExecutionContextModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Maybe<SecurityToken>SecurityPolicy.extractSecurityToken(HttpPlainExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.default io.reactivex.rxjava3.core.CompletablePolicy.onRequest(HttpPlainExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.default io.reactivex.rxjava3.core.CompletablePolicy.onResponse(HttpPlainExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.default io.reactivex.rxjava3.core.CompletableSecurityPolicy.onResponse(HttpPlainExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpPlainExecutionContext in io.gravitee.gateway.reactive.api.policy.http
Methods in io.gravitee.gateway.reactive.api.policy.http with parameters of type HttpPlainExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<SecurityToken>HttpSecurityPolicy.extractSecurityToken(HttpPlainExecutionContext ctx) Extracts theSecurityTokenfrom the request execution context.default io.reactivex.rxjava3.core.CompletableHttpPolicy.onRequest(HttpPlainExecutionContext ctx) Define the actions to perform during theExecutionPhase.REQUESTphase.default io.reactivex.rxjava3.core.CompletableHttpPolicy.onResponse(HttpPlainExecutionContext ctx) Define the actions to perform during theExecutionPhase.RESPONSEphase.default io.reactivex.rxjava3.core.CompletableHttpSecurityPolicy.onResponse(HttpPlainExecutionContext ctx) TheonResponse(HttpSimpleExecutionContext)method shouldn't call on aSecurityPolicy
HttpExecutionContext