Class AccountAnonymizationHandler
java.lang.Object
com.broadleafcommerce.customer.service.anonymization.AccountAnonymizationHandler
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
,com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler
,org.springframework.core.Ordered
public class AccountAnonymizationHandler
extends Object
implements com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler
Updates PII fields for the
Account
domain.-
Field Summary
Fields inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
ALL_MATCH
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionAccountAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) -
Method Summary
Modifier and TypeMethodDescriptionList<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
protected AccountMemberService<AccountMember>
protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
handleRecords
(String boundedContextIdentifier, List<AccountMember> members) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler
empty, fail, getOrder, process
-
Constructor Details
-
AccountAnonymizationHandler
-
-
Method Details
-
getDataRoutePartition
- Specified by:
getDataRoutePartition
in interfacecom.broadleafcommerce.common.extension.data.DataRoutePartitionAware
-
anonymize
public List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> anonymize(String boundedContextIdentifier, Object context) - Specified by:
anonymize
in interfacecom.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler
-
handleRecords
protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> handleRecords(String boundedContextIdentifier, List<AccountMember> members) -
getAccountMemberService
-