Uses of Class
org.apache.syncope.common.lib.audit.AuditEntry
-
-
Uses of AuditEntry in org.apache.syncope.client.console.audit
Fields in org.apache.syncope.client.console.audit declared as AuditEntry Modifier and Type Field Description protected AuditEntry
AuditHistoryDetails. after
protected AuditEntry
AuditHistoryDetails. latestAuditEntry
Fields in org.apache.syncope.client.console.audit with type parameters of type AuditEntry Modifier and Type Field Description protected AjaxDropDownChoicePanel<AuditEntry>
AuditHistoryDetails. afterVersionsPanel
protected List<AuditEntry>
AuditHistoryDetails. auditEntries
protected AjaxDropDownChoicePanel<AuditEntry>
AuditHistoryDetails. beforeVersionsPanel
Methods in org.apache.syncope.client.console.audit that return AuditEntry Modifier and Type Method Description protected AuditEntry
AuditHistoryDetails. buildAfterAuditEntry(AuditEntry input)
Methods in org.apache.syncope.client.console.audit with parameters of type AuditEntry Modifier and Type Method Description protected AuditEntry
AuditHistoryDetails. buildAfterAuditEntry(AuditEntry input)
protected Model<String>
AuditHistoryDetails. toJSON(AuditEntry auditEntry, Class<T> reference)
-
Uses of AuditEntry in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>
AuditRestClient. search(String key, int page, int size, AuditElements.EventCategoryType type, String category, List<String> events, AuditElements.Result result, SortParam<String> sort)
-
Uses of AuditEntry in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuditEntry Modifier and Type Method Description PagedResult<AuditEntry>
AuditService. search(AuditQuery auditQuery)
Returns a paged list of audit entries matching the given query.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuditEntry Modifier and Type Method Description void
AuditService. create(@NotNull AuditEntry auditEntry)
Create an audit entry. -
Uses of AuditEntry in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type AuditEntry Modifier and Type Method Description Pair<Integer,List<AuditEntry>>
AuditLogic. search(String entityKey, int page, int size, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after, List<OrderByClause> orderBy)
Methods in org.apache.syncope.core.logic with parameters of type AuditEntry Modifier and Type Method Description void
AuditLogic. create(AuditEntry auditEntry)
-
Uses of AuditEntry in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>
AuditConfDAO. searchEntries(String entityKey, int page, int itemsPerPage, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after, List<OrderByClause> orderBy)
-
Uses of AuditEntry in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>
ElasticsearchAuditConfDAO. searchEntries(String entityKey, int page, int itemsPerPage, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after, List<OrderByClause> orderBy)
List<AuditEntry>
JPAAuditConfDAO. searchEntries(String entityKey, int page, int itemsPerPage, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after, List<OrderByClause> orderBy)
List<AuditEntry>
OpenSearchAuditConfDAO. searchEntries(String entityKey, int page, int itemsPerPage, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after, List<OrderByClause> orderBy)
-
Uses of AuditEntry in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuditEntry Modifier and Type Method Description PagedResult<AuditEntry>
AuditServiceImpl. search(AuditQuery auditQuery)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuditEntry Modifier and Type Method Description void
AuditServiceImpl. create(AuditEntry auditEntry)
-