Uses of Class
no.nav.arxaas.model.anonymity.PrivacyCriterionModel
-
Packages that use PrivacyCriterionModel Package Description no.nav.arxaas.model no.nav.arxaas.utils -
-
Uses of PrivacyCriterionModel in no.nav.arxaas.model
Fields in no.nav.arxaas.model with type parameters of type PrivacyCriterionModel Modifier and Type Field Description private List<PrivacyCriterionModel>FormMetaDataRequest. privacyModelsprivate List<PrivacyCriterionModel>Request. privacyModelsMethods in no.nav.arxaas.model that return types with arguments of type PrivacyCriterionModel Modifier and Type Method Description List<PrivacyCriterionModel>FormMetaDataRequest. getPrivacyModels()List<PrivacyCriterionModel>Request. getPrivacyModels() -
Uses of PrivacyCriterionModel in no.nav.arxaas.utils
Method parameters in no.nav.arxaas.utils with type arguments of type PrivacyCriterionModel Modifier and Type Method Description org.deidentifier.arx.ARXConfigurationARXConfigurationFactory. create(List<PrivacyCriterionModel> privacyModels, Double suppressionLimit)org.deidentifier.arx.ARXConfigurationConfigurationFactory. create(List<PrivacyCriterionModel> privacyModels, Double suppressionLimit)Returns an ARXARXConfigurationobject created from the provided payloadprivate voidARXConfigurationFactory. setPrivacyModels(org.deidentifier.arx.ARXConfiguration config, List<PrivacyCriterionModel> privacyModels)Mutates an ARXARXConfigurationobject by setting the privacy models defined by the payload.
-