Package io.quarkiverse.openfga.client
Class AuthorizationModelsClient
java.lang.Object
io.quarkiverse.openfga.client.AuthorizationModelsClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<String>create(TypeDefinitions typeDefinitions) io.smallrye.mutiny.Uni<String>create(List<TypeDefinition> typeDefinitions) Deprecated.io.smallrye.mutiny.Uni<PaginatedList<AuthorizationModel>>io.smallrye.mutiny.Uni<List<AuthorizationModel>>listAll()io.smallrye.mutiny.Uni<List<AuthorizationModel>>
-
Constructor Details
-
AuthorizationModelsClient
-
-
Method Details
-
list
public io.smallrye.mutiny.Uni<PaginatedList<AuthorizationModel>> list(@Nullable Integer pageSize, @Nullable String pagingToken) -
listAll
-
listAll
-
create
Deprecated. -
create
-
model
-
defaultModel
-