Use the ESIRequest base class for password management.
The following table shows Java™ objects corresponding to the ESI terms listed in I/O parameters on ESI calls.
ESI term | Java object |
---|---|
Current password | ESIRequest.setCurrentPassword() |
New password | ESIRequest.setNewPassword() |
Server name | ESIRequest.setServer() |
User ID | ESIRequest.setUserid() |
Use the verifyPassword method, passing the current password, user ID and server name to verify a password.
Use the changePassword method, passing the current password, new password, user ID and server name to change a password.