Package | Description |
---|---|
com.atlassian.crowd.audit | |
com.atlassian.crowd.plugin.rest.filter |
Modifier and Type | Method and Description |
---|---|
<T> T |
NoOpAuditLogContext.withAuditLogAuthor(AuditLogAuthor author,
AuditLogContextCallback<T> callback) |
<T> T |
AuditLogContextInternalImpl.withAuditLogAuthor(AuditLogAuthor author,
AuditLogContextCallback<T> callback) |
<T> T |
AuditLogContext.withAuditLogAuthor(AuditLogAuthor author,
AuditLogContextCallback<T> callback)
Executes the callback on behalf of the specified author
|
<T> T |
NoOpAuditLogContext.withAuditLogSource(AuditLogEventSource source,
AuditLogContextCallback<T> callback) |
<T> T |
AuditLogContextInternalImpl.withAuditLogSource(AuditLogEventSource source,
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
|
Modifier and Type | Class and Description |
---|---|
class |
ChainFilterAuditLogContextCallback |
Copyright © 2020 Atlassian. All rights reserved.