Uses of Interface
org.apache.syncope.core.persistence.api.entity.AuditEvent
Packages that use AuditEvent
Package
Description
-
Uses of AuditEvent in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AuditEventMethods in org.apache.syncope.core.persistence.api.dao with parameters of type AuditEventModifier and TypeMethodDescriptionAuditEventDAO.save(AuditEvent auditEvent) default AuditEventTOAuditEventDAO.toAuditEventTO(AuditEvent auditEvent) -
Uses of AuditEvent in org.apache.syncope.core.persistence.elasticsearch.dao
Methods in org.apache.syncope.core.persistence.elasticsearch.dao that return AuditEventMethods in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AuditEventMethods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao that return AuditEventMethods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.persistence.opensearch.dao
Methods in org.apache.syncope.core.persistence.opensearch.dao that return AuditEventMethods in org.apache.syncope.core.persistence.opensearch.dao with parameters of type AuditEvent -
Uses of AuditEvent in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type AuditEventModifier and TypeMethodDescriptionvoidAuditEventProcessor.process(String domain, AuditEvent event) -
Uses of AuditEvent in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type AuditEventModifier and TypeMethodDescriptionvoidElasticsearchIndexManager.audit(String domain, AuditEvent auditEvent) protected voidElasticsearchUtils.customizeDocument(Map<String, Object> builder, AuditEvent auditEvent) ElasticsearchUtils.document(AuditEvent auditEvent) -
Uses of AuditEvent in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type AuditEventModifier and TypeMethodDescriptionvoidOpenSearchIndexManager.audit(String domain, AuditEvent auditEvent) protected voidOpenSearchUtils.customizeDocument(Map<String, Object> builder, AuditEvent auditEvent) OpenSearchUtils.document(AuditEvent auditEvent) -
Uses of AuditEvent in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AuditEventModifier and TypeMethodDescriptionvoidTestFileAuditProcessor.process(String domain, AuditEvent event)