Package net.sf.jkniv.sqlegance.logger
Interface DataMasking
-
- All Known Implementing Classes:
SimpleDataMasking
public interface DataMaskingResponsible to define the attributes that will be masking and how must be.- Since:
- 0.6.0
- Author:
- Alisson Gomes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectmask(String attributeName, Object data)Evaluate if value of attributeName must be masked.
-