Uses of Class
io.quarkiverse.openfga.client.api.API
-
Packages that use API Package Description io.quarkiverse.openfga.client io.quarkiverse.openfga.runtime io.quarkiverse.openfga.runtime.health -
-
Uses of API in io.quarkiverse.openfga.client
Methods in io.quarkiverse.openfga.client with parameters of type API Modifier and Type Method Description static io.smallrye.mutiny.Uni<String>OpenFGAClient. storeIdResolver(API api, String storeIdOrName, boolean alwaysResolveStoreId)Constructors in io.quarkiverse.openfga.client with parameters of type API Constructor Description AssertionsClient(API api, io.smallrye.mutiny.Uni<String> storeId, String authorizationModelId)AuthorizationModelClient(API api, io.smallrye.mutiny.Uni<String> storeId, String authorizationModelId)AuthorizationModelsClient(API api, io.smallrye.mutiny.Uni<String> storeId)OpenFGAClient(API api)StoreClient(API api, io.smallrye.mutiny.Uni<String> storeId) -
Uses of API in io.quarkiverse.openfga.runtime
Methods in io.quarkiverse.openfga.runtime that return types with arguments of type API 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)Method parameters in io.quarkiverse.openfga.runtime with type arguments of type API Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<AuthorizationModelClient>OpenFGARecorder. createAuthModelClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config)io.quarkus.runtime.RuntimeValue<OpenFGAClient>OpenFGARecorder. createClient(io.quarkus.runtime.RuntimeValue<API> api)io.quarkus.runtime.RuntimeValue<StoreClient>OpenFGARecorder. createStoreClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config) -
Uses of API in io.quarkiverse.openfga.runtime.health
Constructors in io.quarkiverse.openfga.runtime.health with parameters of type API Constructor Description OpenFGAHealthCheck(API api)
-