Class OpenFGAStoreManager
java.lang.Object
org.apache.syncope.ext.openfga.client.OpenFGAStoreManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final OpenFGAClientFactory
protected static final Logger
protected final RelationshipTypeDAO
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFGAStoreManager
(OpenFGAClientFactory clientFactory, RelationshipTypeDAO relationshipTypeDAO) -
Method Summary
Modifier and TypeMethodDescriptionprotected static String
anyMembership
(AnyType anyType) void
entity
(EntityLifecycleEvent<Entity> event) void
handle
(OpenFGAClient openfgaClient, SyncDeltaType eventType, Any any) void
handle
(OpenFGAClient openfgaClient, SyncDeltaType eventType, AnyType anyType) void
handle
(OpenFGAClient openfgaClient, SyncDeltaType eventType, RelationshipType relationshipType) protected static String
protected static String
protected static String
-
Field Details
-
LOG
-
clientFactory
-
relationshipTypeDAO
-
-
Constructor Details
-
OpenFGAStoreManager
public OpenFGAStoreManager(OpenFGAClientFactory clientFactory, RelationshipTypeDAO relationshipTypeDAO)
-
-
Method Details
-
anyMembership
-
type
-
type
-
id
-
handle
public void handle(OpenFGAClient openfgaClient, SyncDeltaType eventType, AnyType anyType) throws ApiException - Throws:
ApiException
-
handle
public void handle(OpenFGAClient openfgaClient, SyncDeltaType eventType, RelationshipType relationshipType) throws ApiException - Throws:
ApiException
-
handle
public void handle(OpenFGAClient openfgaClient, SyncDeltaType eventType, Any any) throws ApiException - Throws:
ApiException
-
entity
@Transactional(propagation=REQUIRES_NEW, readOnly=true) @TransactionalEventListener public void entity(EntityLifecycleEvent<Entity> event) throws IOException - Throws:
IOException
-