Uses of Class
com.onlinepayments.logging.HeaderObfuscator.Builder
Packages that use HeaderObfuscator.Builder
-
Uses of HeaderObfuscator.Builder in com.onlinepayments.logging
Methods in com.onlinepayments.logging that return HeaderObfuscator.BuilderModifier and TypeMethodDescriptionstatic HeaderObfuscator.BuilderHeaderObfuscator.custom()Returns a builder to create custom header obfuscators.HeaderObfuscator.Builder.obfuscateAll(String headerName) Adds an obfuscation rule that will replace all characters with*.HeaderObfuscator.Builder.obfuscateAllButFirst(int count, String headerName) Adds an obfuscation rule that will keep a fixed number of characters at the start, then replaces all other characters with*.HeaderObfuscator.Builder.obfuscateAllButLast(int count, String headerName) Adds an obfuscation rule that will keep a fixed number of characters at the end, then replaces all other characters with*.HeaderObfuscator.Builder.obfuscateCustom(String headerName, ObfuscationRule obfuscationRule) Adds a custom, non-nullobfuscation rule.HeaderObfuscator.Builder.obfuscateWithFixedLength(int fixedLength, String headerName) Adds an obfuscation rule that will replace values with a fixed length string containing only*.