public interface PasswordManager
Modifier and Type | Method and Description |
---|---|
boolean |
updatePassword(String username,
String oldPassword,
String newPassword) |
boolean |
validate(String username,
String password) |
boolean validate(String username, String password) throws IOException
IOException
boolean updatePassword(String username, String oldPassword, String newPassword) throws IOException
IOException
Copyright © 2017 com.mchange. All rights reserved.