Hi All,
Suppose I have a requirement where I want to create a session in a component with a username and password other than the user who has logged into the application and launched the component.
One of the possible solutions is to use .properties file and then use it in my code.But still my sensitive password will be exposed. So is there any othe safer mechanism?