cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA API Personalization iview / User Mapping

holger_stumm2
Active Contributor
0 Kudos

I am using the following code snippet to get the

User Mapping from the "Personalization" iview

....

IUserMappingData iumd = iums.getMappingData (systemalias, iuser);

.....

Is there a similiar SET method?

TIA -hs

Accepted Solutions (1)

Accepted Solutions (1)

Murali_Shanmu
Active Contributor
0 Kudos

hI

When you use umdata.enrich(map), soon after that, use SET property in the Hash Map and finally call umdata.storeLogonData(Map). This map should contain updated credentials.

Hope this works.

Pls reward points if useful

Murali.

holger_stumm2
Active Contributor
0 Kudos

Sounds very promising, I'll check it as soon as my jsp is ready.

If I need to add new entries, can I insert the new entries into the Hash Map?

Murali_Shanmu
Active Contributor
0 Kudos

Yes, u can very well add new entries in your Hash map, But these new ones which are not in the system definition would not appear in ur UM UI.

Check it out..

holger_stumm2
Active Contributor
0 Kudos

seems logical. Thanks again

Answers (0)