com.mchange.util
Interface RemotePasswordManager
- All Superinterfaces:
- PasswordManager, Remote
public interface RemotePasswordManager
- extends PasswordManager, Remote
validate
boolean validate(String username,
String password)
throws RemoteException,
IOException
- Specified by:
validate
in interface PasswordManager
- Throws:
RemoteException
IOException
updatePassword
boolean updatePassword(String username,
String oldPassword,
String newPassword)
throws RemoteException,
IOException
- Specified by:
updatePassword
in interface PasswordManager
- Throws:
RemoteException
IOException