cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Password in Parameterized Java mapping

Former Member
0 Kudos

Hi ,

I have used Parameterize Java mapping , where I am passing 2 parameters "user id" and "password" from ID (this is one of the Webservice authentication purpose).

Please let me know if there a way that the password can be made to mask/encrypt so that others can't view directly in ID ?

Referred the below thread but unable to get any clue.

http://scn.sap.com/thread/3235756

Thanks,

Prem

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hi Prem,

Currently, in PI there is no standard possibility for formasking parameter values that could potentially contain sensitive data (like passwords) in configuration of routing objects (Integrated Configuration for Java-only scenarios, interface determination for classic scenarios).

Regards,

Vadim

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Prem,

You can already encrypt the entries using a java/or any other tool and input the values in Interface Determination. Then just decrypt it in java mapping.

Regards,

Mark