public interface IGDPRAnonymizer
| Modifier and Type | Method and Description |
|---|---|
List<GDPRAnonymizeObject> |
anonymize(List<String> sourceUserKeys,
String targetUserKey)
Anonymizes the data found and returns results.
|
String |
getAnonymizerName()
Returns the name of this anonymizer.
|
String |
getPluginName()
Returns the name of the plugin within which the anonymizer is implemented.
|
List<GDPRAnonymizeObject> |
search(List<String> sourceUserKeys)
Searches data for keys and returns results.
|
void |
stop()
Terminates the search / anonymization process.
|
List<GDPRAnonymizeObject> search(List<String> sourceUserKeys)
sourceUserKeys - the list of source user keysList<GDPRAnonymizeObject> anonymize(List<String> sourceUserKeys, String targetUserKey)
sourceUserKeys - the list of source user keystargetUserKey - the target user keyvoid stop()
String getPluginName()
String getAnonymizerName()
Copyright © 2020 Actonic GmbH. All rights reserved.