Class CustomerAddressAnonymizationHandler

java.lang.Object
com.broadleafcommerce.customer.service.anonymization.AbstractAnonymizationHandler
com.broadleafcommerce.customer.service.anonymization.CustomerAddressAnonymizationHandler
All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware, com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler, org.springframework.core.Ordered

public class CustomerAddressAnonymizationHandler extends AbstractAnonymizationHandler
Updates PII fields for the CustomerAddress domain.
  • Constructor Details

  • Method Details

    • getDataRoutePartition

      public String getDataRoutePartition()
    • anonymize

      public List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> anonymize(String boundedContextIdentifier, Object context)
    • handleRecords

      protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> handleRecords(String boundedContextIdentifier, Stream<CustomerAddress> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    • getCustomerAddressService

      protected CustomerAddressService<CustomerAddress> getCustomerAddressService()