Uses of Interface
com.atlassian.crowd.audit.AuditLogEntry
Packages that use AuditLogEntry
Package
Description
-
Uses of AuditLogEntry in com.atlassian.crowd.audit
Classes in com.atlassian.crowd.audit that implement AuditLogEntryModifier and TypeClassDescriptionclassConcrete implementation of an audit log entryMethods in com.atlassian.crowd.audit that return types with arguments of type AuditLogEntryModifier and TypeMethodDescriptionCollection<? extends AuditLogEntry> AuditLogChangeset.getEntries()Methods in com.atlassian.crowd.audit with parameters of type AuditLogEntryModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.addEntry(AuditLogEntry entry) static ImmutableAuditLogEntryImmutableAuditLogEntry.from(AuditLogEntry auditLogEntry) Method parameters in com.atlassian.crowd.audit with type arguments of type AuditLogEntryModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.addEntries(Collection<AuditLogEntry> entry) ImmutableAuditLogChangeset.Builder.setEntries(Collection<? extends AuditLogEntry> entries) Constructors in com.atlassian.crowd.audit with parameters of type AuditLogEntry -
Uses of AuditLogEntry in com.atlassian.crowd.event.listener.mapper
Fields in com.atlassian.crowd.event.listener.mapper declared as AuditLogEntryModifier and TypeFieldDescriptionstatic final AuditLogEntryAuditLogImporterConfigurationMapper.FAILURE_ENTRYstatic final AuditLogEntryAuditLogImporterConfigurationMapper.SUCCESS_ENTRYMethods in com.atlassian.crowd.event.listener.mapper that return AuditLogEntryModifier and TypeMethodDescriptionAuditLogImporterConfigurationMapper.createResultEntry(boolean successful) Methods in com.atlassian.crowd.event.listener.mapper that return types with arguments of type AuditLogEntryModifier and TypeMethodDescriptionApplicationSamlConfigurationMapper.calculateDifference(ApplicationSamlConfiguration oldSamlConfig, ApplicationSamlConfiguration newSamlConfig) AuditLogApplicationMapper.calculateDifference(Application oldApplication, Application newApplication) AuditLogConfigurationMapper.calculateDifference(AuditLogConfiguration oldConfiguration, AuditLogConfiguration newConfiguration) AuditLogConfigurationMapper.calculateDifference(LookAndFeelConfiguration oldConfiguration, LookAndFeelConfiguration newConfiguration) AuditLogConfigurationMapper.calculateDifference(SMTPServer oldValue, SMTPServer newValue) AuditLogDirectoryMapper.calculateDifference(Directory oldDirectory, Directory newDirectory) AuditLogImporterConfigurationMapper.map(Configuration configuration) <T> List<AuditLogEntry> AuditLogDiffResultMapperImpl.mapDiffResult(org.apache.commons.lang3.builder.DiffResult<T> diffResult) -
Uses of AuditLogEntry in com.atlassian.crowd.manager.audit.mapper
Methods in com.atlassian.crowd.manager.audit.mapper that return AuditLogEntryModifier and TypeMethodDescriptionAuditLogUserMapper.calculatePasswordDiff()AuditLogUserMapperImpl.calculatePasswordDiff()Methods in com.atlassian.crowd.manager.audit.mapper that return types with arguments of type AuditLogEntryModifier and TypeMethodDescriptionAuditLogGroupMapper.calculateDifference(Group oldValue, Group newValue) AuditLogGroupMapperImpl.calculateDifference(Group oldValue, Group newValue) AuditLogUserMapper.calculateDifference(AuditLogEventType eventType, User oldUser, User newUser) AuditLogUserMapperImpl.calculateDifference(AuditLogEventType eventType, User oldUser, User newUser) <T> List<AuditLogEntry> AuditLogDiffResultMapper.mapDiffResult(org.apache.commons.lang3.builder.DiffResult<T> diffResult) AuditLogUserMapper.mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult) AuditLogUserMapperImpl.mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult changes) -
Uses of AuditLogEntry in com.atlassian.crowd.model.audit
Classes in com.atlassian.crowd.model.audit that implement AuditLogEntryConstructors in com.atlassian.crowd.model.audit with parameters of type AuditLogEntry -
Uses of AuditLogEntry in com.atlassian.crowd.pageobjects
Classes in com.atlassian.crowd.pageobjects that implement AuditLogEntry -
Uses of AuditLogEntry in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogEntry -
Uses of AuditLogEntry in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers with parameters of type AuditLogEntryModifier and TypeMethodDescriptionprotected voidAuditLogEntryMatcher.describeMismatchSafely(AuditLogEntry item, org.hamcrest.Description mismatchDescription) static AuditLogEntryMatcherAuditLogEntryMatcher.entry(AuditLogEntry entry) protected booleanAuditLogEntryMatcher.matchesSafely(AuditLogEntry item)