Uses of Class
overit.geocall.basic.anonymizer.Anonymizer.EmailAnonymizer
Packages that use Anonymizer.EmailAnonymizer
-
Uses of Anonymizer.EmailAnonymizer in overit.geocall.basic.anonymizer
Methods in overit.geocall.basic.anonymizer that return Anonymizer.EmailAnonymizerModifier and TypeMethodDescriptionAdd a prefix to the current field's value.Anonymizer.EmailAnonymizer.anonymizeDomain(String alphabet) Set a random string as domain part (the string following the @ character) of the value field assigned to this instance.Anonymizer.EmailAnonymizer.anonymizeDomain(String alphabet, int size) Set a random string as domain part (the string following the @ character) of the value field assigned to this instance.Anonymizer.EmailAnonymizer.anonymizeTLDomain(String... candidates) Set a random string as top level domain part (the string following the @ character) of the value field assigned to this instance.Anonymizer.EmailAnonymizer.anonymizeUsername(String alphabet) Set a random string as username part (the string preceding the @ character) of the value field assigned to this instance.Anonymizer.EmailAnonymizer.anonymizeUsername(String alphabet, int size) Set a random string as username part (the string preceding the @ character) of the value field assigned to this instance.Use this method to get the reference of theanonymizerthat contains the methods you can use to obfuscate the string value of the field indicated as parameter.