Package com.atlassian.crowd.audit
Interface AuditLogContextInternal
- All Superinterfaces:
AuditLogContext
- All Known Implementing Classes:
AuditLogContextInternalImpl
Internal extension of
AuditLogContext
that allows to obtain the current state in the context- Since:
- 3.2.0
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.atlassian.crowd.audit.AuditLogContext
withAuditLogAuthor, withAuditLogSource
-
Method Details
-
getAuthor
Optional<AuditLogAuthor> getAuthor()- Returns:
- the author currently stored in the context
-
getSource
Optional<AuditLogEventSource> getSource()- Returns:
- the event source
-