You can translate the question and the replies:

Password field in custom wrapper

I am developing a custom wrapper it has password as one input parameter so I want to hide that as it is secret and I want ecnrypt it when I am exporting datasource build on my custom wrapper. Can you please me how to do this?
user
29-05-2021 05:57:49 -0400
code

1 Answer

Hi, For your scenario, I would utilize the **passwordType()** or **hiddenStringType()** method available in the "com.denodo.vdb.engine.customwrapper.input.type" package. For more information, you could refer to the [CustomWrapperInputParameterType](https://community.denodo.com/docs/html/browse/8.0/en/vdp/javadoc/com/denodo/vdb/engine/customwrapper/input/type/CustomWrapperInputParameterTypeFactory.html#passwordType--) section and also you can have look at **sample code** available in the <DENODO_HOME>\samples\vdp\customWrappers\src. If you need further assistance and if you are a user with valid support access, then you can raise a support case in Denodo Support Site so that our support team can help you. Hope this helps!
Denodo Team
31-05-2021 06:34:27 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here