Package no.nav.arxaas.utils
Interface ConfigurationFactory
-
- All Known Implementing Classes:
ARXConfigurationFactory
public interface ConfigurationFactoryPublic contract to be fulfilled by data arxaas classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.deidentifier.arx.ARXConfigurationcreate(List<PrivacyCriterionModel> privacyModels, Double suppressionLimit)Returns an ARXARXConfigurationobject created from the provided payload
-
-
-
Method Detail
-
create
org.deidentifier.arx.ARXConfiguration create(List<PrivacyCriterionModel> privacyModels, Double suppressionLimit)
Returns an ARXARXConfigurationobject created from the provided payload- Parameters:
privacyModels- Model object containing the parameters to use in arxaassuppressionLimit- a double containing the suppression limit value to be used in arxaas- Returns:
- ARX
ARXConfigurationobject containing the arxaas algorithm settings.
-
-