Change User Password Using OIM 11g API
905538Apr 20 2013 — edited May 14 2013Hi 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