public interface RemotePasswordManager extends PasswordManager, Remote
Modifier and Type | Method and Description |
---|---|
boolean |
updatePassword(String username,
String oldPassword,
String newPassword) |
boolean |
validate(String username,
String password) |
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
Copyright © 2017 com.mchange. All rights reserved.