Package com.mchange.util
Interface RemotePasswordManager
- All Superinterfaces:
PasswordManager,Remote
-
Method Summary
-
Method Details
-
validate
- Specified by:
validatein interfacePasswordManager- Throws:
RemoteExceptionIOException
-
updatePassword
boolean updatePassword(String username, String oldPassword, String newPassword) throws RemoteException, IOException - Specified by:
updatePasswordin interfacePasswordManager- Throws:
RemoteExceptionIOException
-