Uses of Class
org.apache.syncope.common.lib.to.AuditEventTO
Package
Description
-
Uses of AuditEventTO in org.apache.syncope.client.console.audit
Modifier and TypeFieldDescriptionprotected AuditEventTO
AuditHistoryDetails.after
protected AuditEventTO
AuditHistoryDetails.latestAuditEventTO
Modifier and TypeFieldDescriptionprotected AjaxDropDownChoicePanel
<AuditEventTO> AuditHistoryDetails.afterVersionsPanel
protected final List
<AuditEventTO> AuditHistoryDetails.auditEntries
protected AjaxDropDownChoicePanel
<AuditEventTO> AuditHistoryDetails.beforeVersionsPanel
Modifier and TypeMethodDescriptionprotected AuditEventTO
AuditHistoryDetails.buildAfterAuditEventTO
(AuditEventTO input) Modifier and TypeMethodDescriptionprotected AuditEventTO
AuditHistoryDetails.buildAfterAuditEventTO
(AuditEventTO input) AuditHistoryDetails.toJSON
(AuditEventTO auditEvent, Class<T> reference) -
Uses of AuditEventTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionAuditRestClient.search
(String key, int page, int size, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome, SortParam<String> sort) -
Uses of AuditEventTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionAuditService.search
(AuditQuery auditQuery) Returns a paged list of audit entries matching the given query.Modifier and TypeMethodDescriptionvoid
AuditService.create
(@NotNull AuditEventTO auditEvent) Persist an audit event. -
Uses of AuditEventTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<AuditEventTO> AuditLogic.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome result, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.api.dao
Modifier and TypeMethodDescriptiondefault AuditEventTO
AuditEventDAO.toAuditEventTO
(AuditEvent auditEvent) Modifier and TypeMethodDescriptionAuditEventDAO.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.elasticsearch.dao
Modifier and TypeMethodDescriptionElasticsearchAuditEventDAO.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.jpa.dao
Modifier and TypeMethodDescriptionJPAAuditEventDAO.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.neo4j.dao
Modifier and TypeMethodDescriptionNeo4jAuditEventDAO.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.opensearch.dao
Modifier and TypeMethodDescriptionOpenSearchAuditEventDAO.search
(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.rest.cxf.service