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