Interface DataMasking

  • All Known Implementing Classes:
    SimpleDataMasking

    public interface DataMasking
    Responsible to define the attributes that will be masking and how must be.
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • mask

        Object mask​(String attributeName,
                    Object data)
        Evaluate if value of attributeName must be masked.
        Parameters:
        attributeName - name of attribute
        data - value of attribute
        Returns:
        return the same object if data doesn't be masked, and a another otherwise.