Uses of Class
org.apache.syncope.common.lib.types.AuditElements.Result
-
-
Uses of AuditElements.Result in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AuditElements.Result 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.Result in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AuditElements.Result Modifier and Type Method Description AuditElements.ResultAuditLoggerName. getResult()static AuditElements.ResultAuditElements.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditElements.Result[]AuditElements.Result. 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 that return types with arguments of type AuditElements.Result Modifier and Type Method Description static Pair<EventCategory,AuditElements.Result>AuditLoggerName. parseEventCategory(String event)Methods in org.apache.syncope.common.lib.types with parameters of type AuditElements.Result 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.Result Constructor Description AuditLoggerName(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result result) -
Uses of AuditElements.Result in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AuditElements.Result Modifier and Type Method Description AuditElements.ResultAuditQuery. getResult()Methods in org.apache.syncope.common.rest.api.beans with parameters of type AuditElements.Result Modifier and Type Method Description AuditQuery.BuilderAuditQuery.Builder. result(AuditElements.Result result)voidAuditQuery. setResult(AuditElements.Result result) -
Uses of AuditElements.Result in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AuditElements.Result 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.Result in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AuditElements.Result 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.Result in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuditElements.Result 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)JPAAuditConfDAO.MessageCriteriaBuilderAbstractJPAJSONLoggerDAO.JSONMessageCriteriaBuilder. result(AuditElements.Result result)JPAAuditConfDAO.MessageCriteriaBuilderJPAAuditConfDAO.MessageCriteriaBuilder. result(AuditElements.Result result)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 AuditElements.Result in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type AuditElements.Result 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. -
Uses of AuditElements.Result in org.apache.syncope.core.provisioning.api.event
Methods in org.apache.syncope.core.provisioning.api.event that return AuditElements.Result Modifier and Type Method Description AuditElements.ResultAfterHandlingEvent. getCondition()Constructors in org.apache.syncope.core.provisioning.api.event with parameters of type AuditElements.Result 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.Result in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type AuditElements.Result 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. -
Uses of AuditElements.Result in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AuditElements.Result 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) -
Uses of AuditElements.Result in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type AuditElements.Result 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) -
Uses of AuditElements.Result in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AuditElements.Result Modifier and Type Method Description protected static AuditElements.ResultAbstractPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)protected static AuditElements.ResultDefaultRealmPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)protected AuditElements.ResultDefaultRealmPullResultHandler. assign(SyncDelta delta, OrgUnit orgUnit)protected AuditElements.ResultDefaultRealmPullResultHandler. create(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result)protected AuditElements.ResultAbstractPullResultHandler. delete(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultRealmPullResultHandler. delete(SyncDelta delta, List<Realm> realms)protected AuditElements.ResultDefaultUserPullResultHandler. delete(SyncDelta delta, LinkedAccount account, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultRealmPullResultHandler. deprovision(SyncDelta delta, List<Realm> realms, boolean unlink)protected AuditElements.ResultDefaultUserPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, LinkedAccount account)protected AuditElements.ResultAbstractPullResultHandler. doHandle(SyncDelta delta, Provision provision, AnyTypeKind anyTypeKind)Look into SyncDelta and take necessary profile.getActions() (create / update / delete) on any object(s).protected AuditElements.ResultDefaultRealmPullResultHandler. doHandle(SyncDelta delta, OrgUnit orgUnit)protected AuditElements.ResultAbstractPullResultHandler. handleAnys(SyncDelta delta, List<PullMatch> matches, AnyTypeKind anyTypeKind, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. ignore(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean matching, String... message)protected AuditElements.ResultDefaultRealmPullResultHandler. ignore(SyncDelta delta, boolean matching)protected AuditElements.ResultDefaultUserPullResultHandler. ignore(SyncDelta delta, LinkedAccount account, boolean matching, String... message)protected AuditElements.ResultAbstractPullResultHandler. link(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean unlink)protected AuditElements.ResultDefaultRealmPullResultHandler. link(SyncDelta delta, List<Realm> realms, boolean unlink)protected AuditElements.ResultAbstractPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, AnyTypeKind anyTypeKind, Provision provision)protected AuditElements.ResultDefaultRealmPullResultHandler. provision(SyncDelta delta, OrgUnit orgUnit)protected AuditElements.ResultDefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. update(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultRealmPullResultHandler. update(SyncDelta delta, List<Realm> realms, boolean inLink)protected AuditElements.ResultDefaultUserPullResultHandler. update(SyncDelta delta, LinkedAccount account, Provision provision)Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AuditElements.Result Modifier and Type Method Description protected static AuditElements.ResultAbstractPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)protected static AuditElements.ResultDefaultRealmPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)protected voidAbstractPullResultHandler. end(String anyType, String event, AuditElements.Result result, Object before, Object output, SyncDelta delta, Object... furtherInput)protected voidDefaultRealmPullResultHandler. end(String event, AuditElements.Result result, Object before, Object output, SyncDelta delta) -
Uses of AuditElements.Result in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security with parameters of type AuditElements.Result Modifier and Type Method Description voidAuthDataAccessor. audit(String username, String delegationKey, AuditElements.Result result, Object output, Object... input)
-