Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

API Repositories README

Evan Sims edited this page Jun 17, 2025 · 7 revisions

API Documentation > Repositories

Data access interfaces and implementations for managing OpenFGA resources.

Total Components: 8


Interfaces

Name Description
AssertionRepositoryInterface Repository interface for managing OpenFGA authorization model assertions. This interface provides...
ModelRepositoryInterface Repository contract for authorization model operations. This interface defines the contract for m...
StoreRepositoryInterface Repository interface for store operations. This interface defines the contract for store reposito...
TupleRepositoryInterface Repository contract for relationship tuple operations. This interface defines the contract for ma...


Classes

Name Description
HttpAssertionRepository HTTP implementation of assertion repository for OpenFGA API communication. This repository handle...
HttpModelRepository HTTP implementation of the model repository. This repository handles authorization model operatio...
HttpStoreRepository HTTP implementation of the store repository. This repository provides a domain-focused abstractio...
HttpTupleRepository HTTP implementation of the tuple repository. This repository handles tuple operations via HTTP re...

Clone this wiki locally