You can translate the question and the replies:

Mask password in an User Defined Function (UDF)

I need to connect to an external system in a User Defined Function (UDF) for data processing and require the user to provide the password as one of the arguments in UDF. Is there a way to mask the password provided by the user?
user
17-11-2016 07:17:39 -0500
code

1 Answer

Hi, When I need to connect to an external system for which the Denodo Platform does not provide any specific data source I develop a Custom Wrapper. If you have any input parameter as a password or other parameter which contains sensitive information you can create that kind of input with the password or hiddenString type respectively. Doing that you are avoinding to display the sensitive information on the Admin Tool and write it in the log. Hope this helps!
Denodo Team
18-11-2016 08:26:16 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here