Uses of Interface
io.quarkiverse.openfga.runtime.config.OpenFGAConfig
Packages that use OpenFGAConfig
-
Uses of OpenFGAConfig in io.quarkiverse.openfga.client.api
Methods in io.quarkiverse.openfga.client.api with parameters of type OpenFGAConfigModifier and TypeMethodDescriptionstatic io.vertx.mutiny.ext.web.client.WebClientVertxWebClientFactory.create(OpenFGAConfig config, boolean tracingEnabled, io.vertx.mutiny.core.Vertx vertx, io.quarkus.tls.TlsConfigurationRegistry tlsRegistry) Constructors in io.quarkiverse.openfga.client.api with parameters of type OpenFGAConfigModifierConstructorDescriptionAPI(OpenFGAConfig config, boolean tracingEnabled, io.vertx.mutiny.core.Vertx vertx, io.quarkus.tls.TlsConfigurationRegistry tlsRegistry) -
Uses of OpenFGAConfig in io.quarkiverse.openfga.runtime
Methods in io.quarkiverse.openfga.runtime with parameters of type OpenFGAConfigModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<API>OpenFGARecorder.createAPI(OpenFGAConfig config, boolean tracingEnabled, io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, Supplier<io.quarkus.tls.TlsConfigurationRegistry> tlsRegistry, io.quarkus.runtime.ShutdownContext shutdownContext) io.quarkus.runtime.RuntimeValue<AuthorizationModelClient>OpenFGARecorder.createAuthModelClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config) io.quarkus.runtime.RuntimeValue<StoreClient>OpenFGARecorder.createStoreClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config)