Package no.nav.arxaas.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 arxaas on data in the payload with the provided parameters in the payload
-
-
-
Method Detail
-
anonymize
AnonymizeResult anonymize(Request payload)
Method to run arxaas on data in the payload with the provided parameters in the payload- Parameters:
payload-Requestobject containing the data to be anonymized and params to use in arxaas- Returns:
- an
AnonymizeResultobject containing the best case arxaas and statistics
-
-