Uses of Class
io.quarkiverse.openfga.runtime.config.OpenFGAConfig
-
Packages that use OpenFGAConfig Package Description io.quarkiverse.openfga.client.api io.quarkiverse.openfga.runtime -
-
Uses of OpenFGAConfig in io.quarkiverse.openfga.client.api
Methods in io.quarkiverse.openfga.client.api with parameters of type OpenFGAConfig Modifier and Type Method Description static io.vertx.mutiny.ext.web.client.WebClientVertxWebClientFactory. create(OpenFGAConfig config, io.quarkus.runtime.TlsConfig tlsConfig, boolean tracingEnabled, io.vertx.mutiny.core.Vertx vertx)Constructors in io.quarkiverse.openfga.client.api with parameters of type OpenFGAConfig Constructor Description API(OpenFGAConfig config, io.quarkus.runtime.TlsConfig tlsConfig, boolean tracingEnabled, io.vertx.mutiny.core.Vertx vertx) -
Uses of OpenFGAConfig in io.quarkiverse.openfga.runtime
Methods in io.quarkiverse.openfga.runtime with parameters of type OpenFGAConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<API>OpenFGARecorder. createAPI(OpenFGAConfig config, io.quarkus.runtime.TlsConfig tlsConfig, boolean tracingEnabled, io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, 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)
-