Hi,
I've created a user using UME 4.0 in EP6.0 sp2.i want to disable the user instead of deleting the user completly, so that i can enable the same user later on instead of again creating as a new user.Is there any api in UME to perform the above mentioned task.
Regards
Srinivas.p
See the IUserAccount method setLocked from
You can get the IUserAccount through the UMFactory.getUserAccountFactory() and then call the getUserAccount method on the IUserAccountFactory
UME API is available through http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/ume/index.html
Hi Dagfinn,
I've seen the setLocked method but its purpose would be that when a user login attempts fail it gets locked or admin locks it.I'm looking at something like disable the user.Is there any other way to disable the user.If i use setLocked then it would be used in either case
i) User Login attempts fail (Or)
ii)when i delete the user and if i use setLocked
which is not desired.
Any other help would be appreciated
Regards
Srinivas.P
Add a comment