Hi all,
In my PWCallbak class, I have a static HashMap<String, String> password
(key, value), with:
static {
password.put("alias","mypassword");
}

This static hashmap password is uses in handle method.

I want to modify my key/value for hashmap password without modify this
values into class file.
Now how can I put my key/value into HashMap loaded from file (for example a
properties file)
Thank for your time.
-- 
View this message in context: 
http://www.nabble.com/Properties-File-in-PWCallback-tp24211233p24211233.html
Sent from the WSS4J mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to