| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.ldif.anonymizer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnonymizer<K>
An abstract class implementing the default behavior of an Aninymizer instance
|
class |
BinaryAnonymizer
A default anonymizer for attributes that are not HR
|
class |
CaseSensitiveStringAnonymizer
A default anonymizer for attributes that are HR.
|
class |
IntegerAnonymizer
A default anonymizer for attributes that is an Integer.
|
class |
StringAnonymizer
A default anonymizer for attributes that are HR.
|
class |
TelephoneNumberAnonymizer
An anonymizer for the TelephoneNumber attribute.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Anonymizer<K>> |
AbstractAnonymizer.attributeAnonymizers
The map of AttributeType'sOID we want to anonymize.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnonymizer.setAnonymizers(Map<String,Anonymizer<K>> attributeAnonymizers)
Set the list of existing anonymizers
|
void |
Anonymizer.setAnonymizers(Map<String,Anonymizer<K>> attributeAnonymizers)
Set the list of existing anonymizers
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.