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.authorizationModelIdResolver(API api, String storeId) static 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<ClientConfig> config) AuthorizationModelClient(API api, io.smallrye.mutiny.Uni<ClientConfig> config) 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, boolean tracingEnabled, io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, Supplier<io.quarkus.tls.TlsConfigurationRegistry> tlsRegistry, io.quarkus.runtime.ShutdownContext shutdownContext) Method parameters in io.quarkiverse.openfga.runtime with type arguments of type APIModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<AssertionsClient>OpenFGARecorder.createAssertionsClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config) io.quarkus.runtime.RuntimeValue<AuthorizationModelClient>OpenFGARecorder.createAuthModelClient(io.quarkus.runtime.RuntimeValue<API> api, OpenFGAConfig config) io.quarkus.runtime.RuntimeValue<AuthorizationModelsClient>OpenFGARecorder.createAuthModelsClient(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