@ApplicationScoped @Named(value="lmf") @Default public class LMFAuthProviderImpl extends Object implements AuthenticationProvider
| Constructor and Description |
|---|
LMFAuthProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(UserAccount login,
String passwd) |
boolean |
updatePassword(UserAccount login,
String newPasswd) |
public boolean checkPassword(UserAccount login, String passwd)
checkPassword in interface AuthenticationProviderpublic boolean updatePassword(UserAccount login, String newPasswd)
updatePassword in interface AuthenticationProviderCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.