Uses of Class
org.apache.syncope.common.lib.types.AuditElements.EventCategoryType
-
-
Uses of AuditElements.EventCategoryType in org.apache.syncope.client.console.audit
Fields in org.apache.syncope.client.console.audit declared as AuditElements.EventCategoryType Modifier and Type Field Description protected AuditElements.EventCategoryTypeAuditHistoryDetails. typeConstructors in org.apache.syncope.client.console.audit with parameters of type AuditElements.EventCategoryType Constructor Description AuditHistoryDetails(String id, EntityTO currentEntity, AuditElements.EventCategoryType type, String category, List<String> events, String auditRestoreEntitlement, AuditRestClient restClient)AuditHistoryModal(AuditElements.EventCategoryType type, String category, T entity, String auditRestoreEntitlement, AuditRestClient restClient) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.client.console.events
Methods in org.apache.syncope.client.console.events with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description protected static List<String>EventCategoryPanel. filter(List<EventCategory> categories, AuditElements.EventCategoryType type)protected static List<String>EventCategoryPanel. filter(List<EventCategory> categories, AuditElements.EventCategoryType type, String category) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description intAuditRestClient. count(String key, AuditElements.EventCategoryType type, String category, List<String> events, AuditElements.Result result)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 AuditElements.EventCategoryType in org.apache.syncope.common.lib.audit
Methods in org.apache.syncope.common.lib.audit that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeEventCategory. getType()Methods in org.apache.syncope.common.lib.audit with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description voidEventCategory. setType(AuditElements.EventCategoryType type)Constructors in org.apache.syncope.common.lib.audit with parameters of type AuditElements.EventCategoryType Constructor Description EventCategory(AuditElements.EventCategoryType type)Constructor for the given Type event category. -
Uses of AuditElements.EventCategoryType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeAuditLoggerName. getType()static AuditElements.EventCategoryTypeAuditElements.EventCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditElements.EventCategoryType[]AuditElements.EventCategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.types with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description static StringAuditLoggerName. buildEvent(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result result)Build event string with the following syntax [type]:[category]:[subcategory]:[event]:[maybe result value cond].Constructors in org.apache.syncope.common.lib.types with parameters of type AuditElements.EventCategoryType Constructor Description AuditLoggerName(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result result) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeAuditQuery. getType()Methods in org.apache.syncope.common.rest.api.beans with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description voidAuditQuery. setType(AuditElements.EventCategoryType type)AuditQuery.BuilderAuditQuery.Builder. type(AuditElements.EventCategoryType type) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AuditElements.EventCategoryType 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) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description intAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)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 AuditElements.EventCategoryType in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description intElasticsearchAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)intJPAAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)intOpenSearchAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAuditConfDAO. getQuery(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAuditConfDAO. getQuery(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)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)JPAAuditConfDAO.MessageCriteriaBuilderAbstractJPAJSONLoggerDAO.JSONMessageCriteriaBuilder. type(AuditElements.EventCategoryType type)JPAAuditConfDAO.MessageCriteriaBuilderJPAAuditConfDAO.MessageCriteriaBuilder. type(AuditElements.EventCategoryType type) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description voidAuditManager. audit(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)Create audit entries for each audit matching provided conditions.booleanAuditManager. auditRequested(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event)Checks if audit is requested matching the provided conditions. -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.provisioning.api.event
Methods in org.apache.syncope.core.provisioning.api.event that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeAfterHandlingEvent. getType()Constructors in org.apache.syncope.core.provisioning.api.event with parameters of type AuditElements.EventCategoryType Constructor Description AfterHandlingEvent(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description List<NotificationTask>NotificationManager. createTasks(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)Create notification tasks for each notification matching provided conditions.booleanNotificationManager. notificationsAvailable(AuditElements.EventCategoryType type, String category, String subcategory, String event)Checks if notifications are available matching the provided conditions. -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description voidDefaultAuditManager. audit(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)booleanDefaultAuditManager. auditRequested(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event) -
Uses of AuditElements.EventCategoryType in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description List<NotificationTask>DefaultNotificationManager. createTasks(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)booleanDefaultNotificationManager. notificationsAvailable(AuditElements.EventCategoryType type, String category, String subcategory, String event)
-