Uses of Class
io.quarkiverse.openfga.client.api.API
Packages that use API
Package
Description
-
Uses of API in io.quarkiverse.openfga.client
Methods in io.quarkiverse.openfga.client with parameters of type APIModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<String>OpenFGAClient.storeIdResolver(API api, String storeIdOrName, boolean alwaysResolveStoreId) Constructors in io.quarkiverse.openfga.client with parameters of type APIModifierConstructorDescriptionAssertionsClient(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 APIModifier and TypeMethodDescriptionio.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 APIModifier and TypeMethodDescriptionio.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