Class MaskingFcts


  • public class MaskingFcts
    extends java.lang.Object
    A collection of MaskingFunctions for dynamic data masking, meant to obscure the real value of a column.
    • Constructor Summary

      Constructors 
      Constructor Description
      MaskingFcts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addFunctionsTo​(NativeFunctions functions)
      Adds all the available native data masking functions to the specified native functions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaskingFcts

        public MaskingFcts()
    • Method Detail

      • addFunctionsTo

        public static void addFunctionsTo​(NativeFunctions functions)
        Adds all the available native data masking functions to the specified native functions.