Dynamic Data Masking
- Dynamic Data Masking 9.9.2
- All Products
Parameter
| Description
|
---|---|
Symbol Name
| The name of the symbol to be populated. The symbol name must begin with a letter and can contain ASCII characters, numbers, and underscores.
|
Keep Per Session
| Defines whether the symbol is a global symbol.
Select if you want to define a global symbol. A global symbol exists until the client disconnects from the database.
If you clear the
Keep Per Session check box, the symbol exists only during the SQL request.
|
Lookup Type
| The type of lookup. When you select Java, the
Java Class and
Class Path fields appear.
|
Java Class
| The name of the Java class to use for the lookup. The Java class must contain a public static method with the following signature:
public static String lookup(RuleContext ctx)
Dynamic Data Masking runs the
lookup(RuleContext) function in the Java class that returns the value for the defined symbol name.
|
Class Path
| The path of the JAR file that contains the Java class.
|