Package | Description |
---|---|
com.worldline.connect.sdk.java.logging |
Modifier and Type | Method and Description |
---|---|
static BodyObfuscator.Builder |
BodyObfuscator.custom()
Returns a builder to create custom body obfuscators.
|
BodyObfuscator.Builder |
BodyObfuscator.Builder.obfuscateAll(String propertyName)
Adds an obfuscation rule that will replace all characters with
* . |
BodyObfuscator.Builder |
BodyObfuscator.Builder.obfuscateAllButFirst(int count,
String propertyName)
Adds an obfuscation rule that will keep a fixed number of characters at the start, then
replaces all other characters with
* . |
BodyObfuscator.Builder |
BodyObfuscator.Builder.obfuscateAllButLast(int count,
String propertyName)
Adds an obfuscation rule that will keep a fixed number of characters at the end, then
replaces all other characters with
* . |
BodyObfuscator.Builder |
BodyObfuscator.Builder.obfuscateCustom(String propertyName,
ObfuscationRule obfuscationRule)
Adds a custom, non-
null obfuscation rule. |
BodyObfuscator.Builder |
BodyObfuscator.Builder.obfuscateWithFixedLength(int fixedLength,
String propertyName)
Adds an obfuscation rule that will replace values with a fixed length string containing
only
* . |
Copyright © 2024 Worldline Global Collect. All rights reserved.