Uses of Interface
org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
-
Packages that use Anonymizer Package Description org.apache.directory.api.ldap.model.ldif.anonymizer -
-
Uses of Anonymizer in org.apache.directory.api.ldap.model.ldif.anonymizer
Classes in org.apache.directory.api.ldap.model.ldif.anonymizer that implement Anonymizer Modifier and Type Class Description classAbstractAnonymizer<K>An abstract class implementing the default behavior of an Aninymizer instanceclassBinaryAnonymizerA default anonymizer for attributes that are not HRclassCaseSensitiveStringAnonymizerA default anonymizer for attributes that are HR.classIntegerAnonymizerA default anonymizer for attributes that is an Integer. the initial value is randomizedclassStringAnonymizerA default anonymizer for attributes that are HR.classTelephoneNumberAnonymizerAn anonymizer for the TelephoneNumber attribute.Fields in org.apache.directory.api.ldap.model.ldif.anonymizer with type parameters of type Anonymizer Modifier and Type Field Description protected Map<String,Anonymizer<K>>AbstractAnonymizer. attributeAnonymizersThe map of AttributeType'sOID we want to anonymize.Method parameters in org.apache.directory.api.ldap.model.ldif.anonymizer with type arguments of type Anonymizer Modifier and Type Method Description voidAbstractAnonymizer. setAnonymizers(Map<String,Anonymizer<K>> attributeAnonymizers)Set the list of existing anonymizersvoidAnonymizer. setAnonymizers(Map<String,Anonymizer<K>> attributeAnonymizers)Set the list of existing anonymizers
-