public interface EDPSensitiveDataMaskHelperInputDataBean extends InputDataBean
EDPSensitiveDataMaskHelperDataBean
.
That bean is used to mask the sensitive data when displaying it in the store front.EDPSensitiveDataMaskHelperDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
emptyString
Modifier and Type | Method and Description |
---|---|
void |
setMaskChar(java.lang.String maskChar)
This method sets the char used to mark the string.
|
void |
setPlainLength(int plainLength)
This method sets the length of the plain text after masking the string.
|
void |
setPlainString(java.lang.String plainString)
This method sets the plain string which will be masked.
|
getRequestProperties, setRequestProperties
static final java.lang.String COPYRIGHT
void setPlainString(java.lang.String plainString)
plainString
- A String that specifies the plain string that will be masked.void setMaskChar(java.lang.String maskChar)
maskChar
- A String that specifies the char used to mask the string.void setPlainLength(int plainLength)
plainLength
- An int that specifies the length of the plain text after masking the string.