Interface PasswordRpcService
- All Known Implementing Classes:
PasswordRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface PasswordRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangePassword(String oldPassword, String newPassword, boolean encrypted) voidchangePassword(String username, String oldPassword, String newPassword, boolean encrypted)
-
Method Details
-
changePassword
void changePassword(String oldPassword, String newPassword, boolean encrypted) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
changePassword
void changePassword(String username, String oldPassword, String newPassword, boolean encrypted) throws ServerCallFailedException - Throws:
ServerCallFailedException
-