public interface RemotePasswordManager extends PasswordManager, Remote
boolean validate(String username, String password) throws RemoteException, IOException
validate
in interface PasswordManager
RemoteException
IOException
boolean updatePassword(String username, String oldPassword, String newPassword) throws RemoteException, IOException
updatePassword
in interface PasswordManager
RemoteException
IOException