public class LdapChain extends Object implements AuthenticationChain
| Constructor and Description |
|---|
LdapChain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changePassword(String username,
String password) |
void |
delete(User user) |
User |
load(User user) |
void |
update(User user) |
public void update(User user)
update in interface AuthenticationChainpublic void delete(User user)
delete in interface AuthenticationChainpublic boolean changePassword(String username, String password)
changePassword in interface AuthenticationChainpublic User load(User user)
load in interface AuthenticationChainCopyright © 2009–2017 CodeLibs. All rights reserved.