public class DefaultAnonymizer<K> extends AbstractAnonymizer<K>
attributeAnonymizers, schemaManager
Constructor and Description |
---|
DefaultAnonymizer() |
Modifier and Type | Method and Description |
---|---|
Attribute |
anonymize(Map<Value<K>,Value<K>> valueMap,
Attribute attribute)
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
|
setAnonymizers, setSchemaManager
public Attribute anonymize(Map<Value<K>,Value<K>> valueMap, Attribute attribute)
valueMap
- The existing map for value to the associated anonymized counterpartattribute
- The attribute to anonymizeCopyright © 2019. All rights reserved.