Uses of Class
org.apache.syncope.ext.openfga.client.model.ReadAssertionsResponse
Packages that use ReadAssertionsResponse
Package
Description
-
Uses of ReadAssertionsResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return ReadAssertionsResponseModifier and TypeMethodDescriptionAssertionsApi.readAssertions(String storeId, String authorizationModelId) Read assertions for an authorization model ID The ReadAssertions API will return, for a given authorization model id, all the assertions stored for it.AssertionsApi.readAssertions(String storeId, String authorizationModelId, Map<String, String> headers) Read assertions for an authorization model ID The ReadAssertions API will return, for a given authorization model id, all the assertions stored for it.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type ReadAssertionsResponseModifier and TypeMethodDescriptionAssertionsApi.readAssertionsWithHttpInfo(String storeId, String authorizationModelId) Read assertions for an authorization model ID The ReadAssertions API will return, for a given authorization model id, all the assertions stored for it.AssertionsApi.readAssertionsWithHttpInfo(String storeId, String authorizationModelId, Map<String, String> headers) Read assertions for an authorization model ID The ReadAssertions API will return, for a given authorization model id, all the assertions stored for it. -
Uses of ReadAssertionsResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ReadAssertionsResponseModifier and TypeMethodDescriptionReadAssertionsResponse.addAssertionsItem(Assertion assertionsItem) ReadAssertionsResponse.assertions(List<Assertion> assertions) ReadAssertionsResponse.authorizationModelId(String authorizationModelId)