Class AnonymizationReport
java.lang.Object
com.broadleafcommerce.common.privacy.anonymization.AnonymizationReport
A detailed report of all the changes made to all entities during anonymization processing
-
Constructor Summary
ConstructorDescriptionAnonymizationReport
(String boundedContextIdentifier, List<AnonymizationRecord> records) -
Method Summary
-
Constructor Details
-
AnonymizationReport
-
-
Method Details
-
getBoundedContextIdentifier
Identifier for an entity containing personal identifiable information. Usually customer id. -
getRecords
List of detailed changes to all fields on all relevant entities -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-