Interface DataMaskDescription

All Known Implementing Classes:
MaskDescriptionImpl

public interface DataMaskDescription
Information about the DataMask used to mask the unencrypted data.
  • Method Details

    • getName

      String getName()
      The name of the mask.
      Returns:
      the name
    • getParameters

      String[] getParameters()
      The parameters for the mask
      Returns:
      the array of parameters
    • getColumns

      TypeDescription[] getColumns()
      Get the list of columns that use this mask.
      Returns:
      the list of columns