@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 AuthenticationProvider
public boolean updatePassword(UserAccount login, String newPasswd)
updatePassword
in interface AuthenticationProvider
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.