Package no.oslomet.aaas.anonymizer
Interface Anonymizer
-
- All Known Implementing Classes:
ARXAnonymizer
public interface AnonymizerPublic Interface to be forfilled by data anonymizer classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonymizeResultanonymize(Request payload)Method to run anonymization on data in the payload with the provided parameters in the payload
-
-
-
Method Detail
-
anonymize
AnonymizeResult anonymize(Request payload)
Method to run anonymization on data in the payload with the provided parameters in the payload- Parameters:
payload- Model object containing the data to be anonymized and params to use in anonymization- Returns:
- AnonymizeResult result object containing the best case anonymization and statistics
-
-