Uses of Class
org.apache.syncope.ext.openfga.client.model.WriteAssertionsRequest
Packages that use WriteAssertionsRequest
Package
Description
-
Uses of WriteAssertionsRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type WriteAssertionsRequestModifier and TypeMethodDescriptionvoid
AssertionsApi.writeAssertions
(String storeId, String authorizationModelId, WriteAssertionsRequest body) Upsert assertions for an authorization model ID The WriteAssertions API will upsert new assertions for an authorization model id, or overwrite the existing ones.AssertionsApi.writeAssertionsWithHttpInfo
(String storeId, String authorizationModelId, WriteAssertionsRequest body) Upsert assertions for an authorization model ID The WriteAssertions API will upsert new assertions for an authorization model id, or overwrite the existing ones. -
Uses of WriteAssertionsRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return WriteAssertionsRequestModifier and TypeMethodDescriptionWriteAssertionsRequest.addAssertionsItem
(Assertion assertionsItem) WriteAssertionsRequest.assertions
(List<Assertion> assertions)