@ApplicationScoped @Named(value="ldap") public class LdapAuthProvider extends Object implements AuthenticationProvider
{login}
will be replaced by the account
name/login (default: {login})
Constructor and Description |
---|
LdapAuthProvider() |
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.