-
- All Known Implementing Classes:
UserService
public interface IUserService
TheIUserService
interface defines a contract for user services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
changePassword(java.lang.String newPassword)
Changes the password of user if provided old password matches current password
-