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