Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuditConfDAO
-
-
Uses of AuditConfDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuditConfDAO Modifier and Type Field Description protected AuditConfDAOAuditLogic. auditConfDAOMethods in org.apache.syncope.core.logic with parameters of type AuditConfDAO Modifier and Type Method Description AuditAccessorIdRepoLogicContext. auditAccessor(AuditConfDAO auditConfDAO, LoggingSystem loggingSystem)AuditLogicIdRepoLogicContext. auditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO externalResourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem)Constructors in org.apache.syncope.core.logic with parameters of type AuditConfDAO Constructor Description AuditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem) -
Uses of AuditConfDAO in org.apache.syncope.core.logic.init
Fields in org.apache.syncope.core.logic.init declared as AuditConfDAO Modifier and Type Field Description protected AuditConfDAOAuditAccessor. auditConfDAOConstructors in org.apache.syncope.core.logic.init with parameters of type AuditConfDAO Constructor Description AuditAccessor(AuditConfDAO auditConfDAO, LoggingSystem loggingSystem) -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuditConfDAO Modifier and Type Method Description AuditConfDAOElasticsearchPersistenceContext. auditConfDAO(ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client)AuditConfDAOMaJPAJSONPersistenceContext. auditConfDAO()AuditConfDAOMyJPAJSONPersistenceContext. auditConfDAO()AuditConfDAOOJPAJSONPersistenceContext. auditConfDAO()AuditConfDAOOpenSearchPersistenceContext. auditConfDAO(OpenSearchProperties props, org.opensearch.client.opensearch.OpenSearchClient client)AuditConfDAOPersistenceContext. auditConfDAO()AuditConfDAOPGJPAJSONPersistenceContext. auditConfDAO() -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement AuditConfDAO Modifier and Type Class Description classAbstractJPAJSONLoggerDAOclassElasticsearchAuditConfDAOclassJPAAuditConfDAOclassMaJPAJSONAuditConfDAOclassMyJPAJSONAuditConfDAOclassOJPAJSONAuditConfDAOclassOpenSearchAuditConfDAOclassPGJPAJSONAuditConfDAO -
Uses of AuditConfDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as AuditConfDAO Modifier and Type Field Description protected AuditConfDAODefaultAuditManager. auditConfDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type AuditConfDAO Modifier and Type Method Description AuditManagerProvisioningContext. auditManager(AuditConfDAO auditConfDAO)Constructors in org.apache.syncope.core.provisioning.java with parameters of type AuditConfDAO Constructor Description DefaultAuditManager(AuditConfDAO auditConfDAO)
-