Package io.quarkiverse.openfga.client
Class StoreClient
- java.lang.Object
-
- io.quarkiverse.openfga.client.StoreClient
-
public class StoreClient extends Object
-
-
Constructor Summary
Constructors Constructor Description StoreClient(API api, io.smallrye.mutiny.Uni<String> storeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionsClientassertions(String authorizationModelId)AuthorizationModelsClientauthorizationModels()io.smallrye.mutiny.Uni<List<TupleChange>>changes(String type, Integer pageSize, String continuationToken)io.smallrye.mutiny.Uni<Void>delete()io.smallrye.mutiny.Uni<Store>get()io.smallrye.mutiny.Uni<List<Tuple>>readAllTuples()io.smallrye.mutiny.Uni<List<Tuple>>readAllTuples(Integer pageSize)io.smallrye.mutiny.Uni<PaginatedList<Tuple>>readTuples(Integer pageSize, String pagingToken)
-
-
-
Method Detail
-
get
public io.smallrye.mutiny.Uni<Store> get()
-
delete
public io.smallrye.mutiny.Uni<Void> delete()
-
changes
public io.smallrye.mutiny.Uni<List<TupleChange>> changes(@Nullable String type, @Nullable Integer pageSize, @Nullable String continuationToken)
-
readTuples
public io.smallrye.mutiny.Uni<PaginatedList<Tuple>> readTuples(@Nullable Integer pageSize, @Nullable String pagingToken)
-
authorizationModels
public AuthorizationModelsClient authorizationModels()
-
assertions
public AssertionsClient assertions(String authorizationModelId)
-
-