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 org.apache.directory.ldap.client.api -
-
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.classStringAnonymizerA 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 -
Uses of Anonymizer in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return types with arguments of type Anonymizer Modifier and Type Method Description Map<String,Anonymizer>LdifAnonymizer. getAttributeAnonymizers()Methods in org.apache.directory.ldap.client.api with parameters of type Anonymizer Modifier and Type Method Description voidLdifAnonymizer. addAnonAttributeType(AttributeType attributeType, Anonymizer<?> anonymizer)Add an attributeType that has to be anonymized, with its associated anonymizer.
-