Class OpenFGAClientContext
java.lang.Object
org.apache.syncope.ext.openfga.client.OpenFGAClientContext
@EnableConfigurationProperties(OpenFGAProperties.class)
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(prefix="openfga",
name="api-url")
public class OpenFGAClientContext
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenFgaClientFactory
(ApiClient openFgaApiClient, OpenFGAProperties props) openFgaHealthIndicator
(DomainHolder<?> domainHolder, OpenFGAClientFactory clientFactory) openFgaStoreManager
(OpenFGAClientFactory clientFactory, RelationshipTypeDAO relationshipTypeDAO)
-
Constructor Details
-
OpenFGAClientContext
public OpenFGAClientContext()
-
-
Method Details
-
openFgaApiClient
-
openFgaClientFactory
@ConditionalOnMissingBean @Bean public OpenFGAClientFactory openFgaClientFactory(ApiClient openFgaApiClient, OpenFGAProperties props) -
openFgaStoreManager
@ConditionalOnMissingBean @Bean public OpenFGAStoreManager openFgaStoreManager(OpenFGAClientFactory clientFactory, RelationshipTypeDAO relationshipTypeDAO) -
openFgaHealthIndicator
@ConditionalOnMissingBean @Bean public OpenFGAHealthIndicator openFgaHealthIndicator(DomainHolder<?> domainHolder, OpenFGAClientFactory clientFactory)
-