Modifier and Type | Class and Description |
---|---|
class |
ImmutableAuditLogEntry
Concrete implementation of an audit log entry
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends AuditLogEntry> |
AuditLogChangeset.getEntries() |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntry(AuditLogEntry entry) |
static ImmutableAuditLogEntry |
ImmutableAuditLogEntry.from(AuditLogEntry auditLogEntry) |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntries(Collection<AuditLogEntry> entry) |
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEntries(Collection<? extends AuditLogEntry> entries) |
Constructor and Description |
---|
Builder(AuditLogEntry entry) |
Modifier and Type | Field and Description |
---|---|
static AuditLogEntry |
AuditLogImporterConfigurationMapper.FAILURE_ENTRY |
static AuditLogEntry |
AuditLogImporterConfigurationMapper.SUCCESS_ENTRY |
Modifier and Type | Method and Description |
---|---|
AuditLogEntry |
AuditLogImporterConfigurationMapper.createResultEntry(boolean successful) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogApplicationMapper.calculateDifference(Application oldApplication,
Application newApplication) |
List<AuditLogEntry> |
ApplicationSamlConfigurationMapper.calculateDifference(ApplicationSamlConfiguration oldSamlConfig,
ApplicationSamlConfiguration newSamlConfig) |
List<AuditLogEntry> |
AuditLogConfigurationMapper.calculateDifference(AuditLogConfiguration oldConfiguration,
AuditLogConfiguration newConfiguration) |
List<AuditLogEntry> |
AuditLogDirectoryMapper.calculateDifference(Directory oldDirectory,
Directory newDirectory) |
List<AuditLogEntry> |
AuditLogConfigurationMapper.calculateDifference(SMTPServer oldValue,
SMTPServer newValue) |
List<AuditLogEntry> |
AuditLogImporterConfigurationMapper.map(Configuration configuration) |
List<AuditLogEntry> |
AuditLogDiffResultMapperImpl.mapDiffResult(org.apache.commons.lang3.builder.DiffResult diffResult) |
Modifier and Type | Method and Description |
---|---|
AuditLogEntry |
AuditLogUserMapperImpl.calculatePasswordDiff() |
AuditLogEntry |
AuditLogUserMapper.calculatePasswordDiff() |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogUserMapperImpl.calculateDifference(AuditLogEventType eventType,
User oldUser,
User newUser) |
List<AuditLogEntry> |
AuditLogUserMapper.calculateDifference(AuditLogEventType eventType,
User oldUser,
User newUser) |
List<AuditLogEntry> |
AuditLogGroupMapperImpl.calculateDifference(Group oldValue,
Group newValue) |
List<AuditLogEntry> |
AuditLogGroupMapper.calculateDifference(Group oldValue,
Group newValue) |
List<AuditLogEntry> |
AuditLogDiffResultMapper.mapDiffResult(org.apache.commons.lang3.builder.DiffResult diffResult) |
Modifier and Type | Class and Description |
---|---|
class |
AuditLogEntryEntity |
Constructor and Description |
---|
AuditLogEntryEntity(AuditLogEntry auditLogEntry) |
Modifier and Type | Method and Description |
---|---|
AuditLogEntry |
AuditLogEntryRestDTO.toEntry() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditLogEntryMatcher.describeMismatchSafely(AuditLogEntry item,
org.hamcrest.Description mismatchDescription) |
static AuditLogEntryMatcher |
AuditLogEntryMatcher.entry(AuditLogEntry entry) |
protected boolean |
AuditLogEntryMatcher.matchesSafely(AuditLogEntry item) |
Copyright © 2020 Atlassian. All rights reserved.