Package com.mchange.util.impl
Class HexAsciiMD5PropertiesPasswordManager
java.lang.Object
com.mchange.util.impl.HexAsciiMD5PropertiesPasswordManager
- All Implemented Interfaces:
PasswordManager
-
Constructor Summary
ConstructorDescriptionHexAsciiMD5PropertiesPasswordManager
(File propsFile) HexAsciiMD5PropertiesPasswordManager
(File propsFile, String pfx, String header) HexAsciiMD5PropertiesPasswordManager
(File propsFile, String pfx, String[] header) -
Method Summary
-
Constructor Details
-
HexAsciiMD5PropertiesPasswordManager
public HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String[] header) throws IOException - Throws:
IOException
-
HexAsciiMD5PropertiesPasswordManager
public HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String header) throws IOException - Throws:
IOException
-
HexAsciiMD5PropertiesPasswordManager
- Throws:
IOException
-
-
Method Details
-
validate
- Specified by:
validate
in interfacePasswordManager
- Throws:
IOException
-
updatePassword
public boolean updatePassword(String username, String oldPassword, String newPassword) throws IOException - Specified by:
updatePassword
in interfacePasswordManager
- Throws:
IOException
-