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 int
AuditRestClient. 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.Result
AuditLoggerName. getResult()
static AuditElements.Result
AuditElements.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 String
AuditLoggerName. 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.Result
AuditQuery. getResult()
Methods in org.apache.syncope.common.rest.api.beans with parameters of type AuditElements.Result Modifier and Type Method Description AuditQuery.Builder
AuditQuery.Builder. result(AuditElements.Result result)
void
AuditQuery. 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 int
AuditConfDAO. 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 int
ElasticsearchAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)
int
JPAAuditConfDAO. countEntries(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)
int
OpenSearchAuditConfDAO. 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.Query
ElasticsearchAuditConfDAO. 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.Query
OpenSearchAuditConfDAO. getQuery(String entityKey, AuditElements.EventCategoryType type, String category, String subcategory, List<String> events, AuditElements.Result result, OffsetDateTime before, OffsetDateTime after)
JPAAuditConfDAO.MessageCriteriaBuilder
AbstractJPAJSONLoggerDAO.JSONMessageCriteriaBuilder. result(AuditElements.Result result)
JPAAuditConfDAO.MessageCriteriaBuilder
JPAAuditConfDAO.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 void
AuditManager. 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.Result
AfterHandlingEvent. 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 void
DefaultAuditManager. 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.Result
AbstractPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)
protected static AuditElements.Result
DefaultRealmPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)
protected AuditElements.Result
DefaultRealmPullResultHandler. assign(SyncDelta delta, OrgUnit orgUnit)
protected AuditElements.Result
DefaultRealmPullResultHandler. create(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result)
protected AuditElements.Result
AbstractPullResultHandler. delete(SyncDelta delta, List<PullMatch> matches, Provision provision)
protected AuditElements.Result
DefaultRealmPullResultHandler. delete(SyncDelta delta, List<Realm> realms)
protected AuditElements.Result
DefaultUserPullResultHandler. delete(SyncDelta delta, LinkedAccount account, Provision provision)
protected AuditElements.Result
AbstractPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, List<PullMatch> matches, Provision provision)
protected AuditElements.Result
DefaultRealmPullResultHandler. deprovision(SyncDelta delta, List<Realm> realms, boolean unlink)
protected AuditElements.Result
DefaultUserPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, LinkedAccount account)
protected AuditElements.Result
AbstractPullResultHandler. doHandle(SyncDelta delta, Provision provision, AnyTypeKind anyTypeKind)
Look into SyncDelta and take necessary profile.getActions() (create / update / delete) on any object(s).protected AuditElements.Result
DefaultRealmPullResultHandler. doHandle(SyncDelta delta, OrgUnit orgUnit)
protected AuditElements.Result
AbstractPullResultHandler. handleAnys(SyncDelta delta, List<PullMatch> matches, AnyTypeKind anyTypeKind, Provision provision)
protected AuditElements.Result
AbstractPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)
protected AuditElements.Result
DefaultUserPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)
protected AuditElements.Result
AbstractPullResultHandler. ignore(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean matching, String... message)
protected AuditElements.Result
DefaultRealmPullResultHandler. ignore(SyncDelta delta, boolean matching)
protected AuditElements.Result
DefaultUserPullResultHandler. ignore(SyncDelta delta, LinkedAccount account, boolean matching, String... message)
protected AuditElements.Result
AbstractPullResultHandler. link(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean unlink)
protected AuditElements.Result
DefaultRealmPullResultHandler. link(SyncDelta delta, List<Realm> realms, boolean unlink)
protected AuditElements.Result
AbstractPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, AnyTypeKind anyTypeKind, Provision provision)
protected AuditElements.Result
DefaultRealmPullResultHandler. provision(SyncDelta delta, OrgUnit orgUnit)
protected AuditElements.Result
DefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)
protected AuditElements.Result
AbstractPullResultHandler. update(SyncDelta delta, List<PullMatch> matches, Provision provision)
protected AuditElements.Result
DefaultRealmPullResultHandler. update(SyncDelta delta, List<Realm> realms, boolean inLink)
protected AuditElements.Result
DefaultUserPullResultHandler. 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.Result
AbstractPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)
protected static AuditElements.Result
DefaultRealmPullResultHandler. and(AuditElements.Result left, AuditElements.Result right)
protected void
AbstractPullResultHandler. end(String anyType, String event, AuditElements.Result result, Object before, Object output, SyncDelta delta, Object... furtherInput)
protected void
DefaultRealmPullResultHandler. 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 void
AuthDataAccessor. audit(String username, String delegationKey, AuditElements.Result result, Object output, Object... input)
-