Uses of Interface
com.atlassian.crowd.audit.AuditLogContextCallback
Packages that use AuditLogContextCallback
-
Uses of AuditLogContextCallback in com.atlassian.crowd.audit
Methods in com.atlassian.crowd.audit with parameters of type AuditLogContextCallbackModifier and TypeMethodDescription<T> TAuditLogContext.withAuditLogAuthor(AuditLogAuthor author, AuditLogContextCallback<T> callback) Executes the callback on behalf of the specified author<T> TAuditLogContextInternalImpl.withAuditLogAuthor(AuditLogAuthor author, AuditLogContextCallback<T> callback) <T> TNoOpAuditLogContext.withAuditLogAuthor(AuditLogAuthor author, AuditLogContextCallback<T> callback) <T> TAuditLogContext.withAuditLogSource(AuditLogEventSource source, AuditLogContextCallback<T> callback) Executes the callback using the specified source for the events audited in the callback<T> TAuditLogContextInternalImpl.withAuditLogSource(AuditLogEventSource source, AuditLogContextCallback<T> callback) <T> TNoOpAuditLogContext.withAuditLogSource(AuditLogEventSource source, AuditLogContextCallback<T> callback) -
Uses of AuditLogContextCallback in com.atlassian.crowd.plugin.rest.filter
Classes in com.atlassian.crowd.plugin.rest.filter that implement AuditLogContextCallback