public class IntegerAnonymizer extends AbstractAnonymizer<String>
attributeAnonymizers, caseSensitive, schemaManager| Constructor and Description |
|---|
IntegerAnonymizer()
Creates a new instance of IntegerAnonymizer.
|
IntegerAnonymizer(Map<Integer,String> latestIntegerMap)
Creates a new instance of IntegerAnonymizer.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
anonymize(Map<Value<String>,Value<String>> valueMap,
Set<Value<String>> valueSet,
Attribute attribute)
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
|
Map<Integer,String> |
getLatestIntegerMap() |
void |
setLatestIntegerMap(Map<Integer,String> latestIntegerMap) |
computeNewValue, computeNewValue, getLatestBytesMap, getLatestStringMap, setAnonymizers, setLatestBytesMap, setLatestStringMap, setSchemaManagerpublic IntegerAnonymizer()
public Attribute anonymize(Map<Value<String>,Value<String>> valueMap, Set<Value<String>> valueSet, Attribute attribute)
valueMap - The existing map of value to the associated anonymized counterpartvalueSet - The existing set of anonymized counterpartattribute - The attribute to anonymizeCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.