public interface AuthenticationProvider
Modifier and Type | Method and Description |
---|---|
boolean |
checkPassword(UserAccount login,
String passwd) |
boolean |
updatePassword(UserAccount login,
String newPasswd) |
boolean checkPassword(UserAccount login, String passwd)
boolean updatePassword(UserAccount login, String newPasswd)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.