Class OpenFGAClient

java.lang.Object
io.quarkiverse.openfga.client.OpenFGAClient

public class OpenFGAClient extends Object
  • Constructor Details

    • OpenFGAClient

      public OpenFGAClient(API api)
  • Method Details

    • listStores

      public io.smallrye.mutiny.Uni<PaginatedList<Store>> listStores(@Nullable Integer pageSize, @Nullable String continuationToken)
    • listAllStores

      public io.smallrye.mutiny.Uni<List<Store>> listAllStores()
    • listAllStores

      public io.smallrye.mutiny.Uni<List<Store>> listAllStores(@Nullable Integer pageSize)
    • createStore

      public io.smallrye.mutiny.Uni<Store> createStore(String name)
    • store

      public StoreClient store(String storeId)
    • storeIdResolver

      public static io.smallrye.mutiny.Uni<String> storeIdResolver(API api, String storeIdOrName, boolean alwaysResolveStoreId)
    • authorizationModelIdResolver

      public static io.smallrye.mutiny.Uni<String> authorizationModelIdResolver(API api, String storeId)