Uses of Class
com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord
-
Uses of AnonymizationRecord in com.broadleafcommerce.common.privacy.anonymization
Modifier and TypeMethodDescriptiondefault AnonymizationRecord
Default implementation for creating a standardAnonymizationRecord
for an empty field.default AnonymizationRecord
AnonymizationHandler.fail
(String boundedContextIdentifier, String type, Throwable e, boolean failFlow) Default implementation for create anAnonymizationRecord
detailing a failed attempt to update a field.default AnonymizationRecord
AnonymizationHandler.process
(String boundedContextIdentifier, String type, String field, Supplier<String> fetch, Consumer<String> apply, String anonymizedValue) Default implementation for processing anonymization for a standard fieldModifier and TypeMethodDescriptionGiven an identifier, find the associated entity containing personal identifiable information and apply anonymized data for all relevant fields.AnonymizationReport.getRecords()
List of detailed changes to all fields on all relevant entitiesModifierConstructorDescriptionAnonymizationReport
(String boundedContextIdentifier, List<AnonymizationRecord> records)