com.mchange.util
Interface RemotePasswordManager

All Superinterfaces:
PasswordManager, Remote

public interface RemotePasswordManager
extends PasswordManager, Remote


Method Summary
 boolean updatePassword(String username, String oldPassword, String newPassword)
           
 boolean validate(String username, String password)
           
 

Method Detail

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