Package com.atlassian.crowd.audit
Interface AuditLogAuthor
- All Known Implementing Classes:
ImmutableAuditLogAuthor
public interface AuditLogAuthor
Represents the author of an audit log entry
-
Method Summary
-
Method Details
-
getId
- Returns:
- the identifier of the author of the audit log entry (exact semantic depends on the author type)
-
getName
Returns the name of the author of the audit log entry. This is particularly useful when the author does not exist anymore- Returns:
- the name of the author of the audit log entry
-
getType
AuditLogAuthorType getType()- Returns:
- information about the type of the event represented by this audit log entry
-