| Package | Description | 
|---|---|
| com.worldline.connect.sdk.java.logging | 
| Modifier and Type | Method and Description | 
|---|---|
static HeaderObfuscator.Builder | 
HeaderObfuscator.custom()
Returns a builder to create custom header obfuscators. 
 | 
HeaderObfuscator.Builder | 
HeaderObfuscator.Builder.obfuscateAll(String headerName)
Adds an obfuscation rule that will replace all characters with  
*. | 
HeaderObfuscator.Builder | 
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 | 
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 | 
HeaderObfuscator.Builder.obfuscateCustom(String headerName,
               ObfuscationRule obfuscationRule)
Adds a custom, non- 
null obfuscation rule. | 
HeaderObfuscator.Builder | 
HeaderObfuscator.Builder.obfuscateWithFixedLength(int fixedLength,
                        String headerName)
Adds an obfuscation rule that will replace values with a fixed length string containing
 only  
*. | 
Copyright © 2025 Worldline Global Collect. All rights reserved.