Uses of Interface
com.atlassian.crowd.audit.AuditLogContextCallback
-
Uses of AuditLogContextCallback in com.atlassian.crowd.audit
Modifier and TypeMethodDescription<T> T
AuditLogContext.withAuditLogAuthor
(AuditLogAuthor author, AuditLogContextCallback<T> callback) Executes the callback on behalf of the specified author<T> T
AuditLogContextInternalImpl.withAuditLogAuthor
(AuditLogAuthor author, AuditLogContextCallback<T> callback) <T> T
NoOpAuditLogContext.withAuditLogAuthor
(AuditLogAuthor author, AuditLogContextCallback<T> callback) <T> T
AuditLogContext.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) Executes the callback using the specified source for the events audited in the callback<T> T
AuditLogContextInternalImpl.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) <T> T
NoOpAuditLogContext.withAuditLogSource
(AuditLogEventSource source, AuditLogContextCallback<T> callback) -
Uses of AuditLogContextCallback in com.atlassian.crowd.plugin.rest.filter