public class HexAsciiMD5PropertiesPasswordManager extends Object implements PasswordManager
Constructor and Description |
---|
HexAsciiMD5PropertiesPasswordManager(File propsFile) |
HexAsciiMD5PropertiesPasswordManager(File propsFile,
String pfx,
String header) |
HexAsciiMD5PropertiesPasswordManager(File propsFile,
String pfx,
String[] header) |
public HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String[] header) throws IOException
IOException
public HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String header) throws IOException
IOException
public HexAsciiMD5PropertiesPasswordManager(File propsFile) throws IOException
IOException
public boolean validate(String username, String password) throws IOException
validate
in interface PasswordManager
IOException
public boolean updatePassword(String username, String oldPassword, String newPassword) throws IOException
updatePassword
in interface PasswordManager
IOException