Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change User Password Using OIM 11g API

905538Apr 20 2013 — edited May 14 2013
Hi All ,

I have written java code to change the user password using oim 11g api.
i am using below method of AuthenticatedSelfService Interface.

void changePassword(char[] oldPwd,
char[] newPwd,
char[] confirmPwd)
throws ValidationFailedException,
ChangePasswordException


for some users it is able to change the password and for some throughing ValidationFailedException while validating the old password even i am giving right password because i am logined successfully with user id and old password.

any help would be appreciated!!!!


thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2013
Added on Apr 20 2013
4 comments
1,805 views