Package org.codelibs.fess.auth.chain
Class LdapChain
- java.lang.Object
-
- org.codelibs.fess.auth.chain.LdapChain
-
- All Implemented Interfaces:
AuthenticationChain
public class LdapChain extends Object implements AuthenticationChain
-
-
Constructor Summary
Constructors Constructor Description LdapChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchangePassword(String username, String password)voiddelete(User user)Userload(User user)voidupdate(User user)
-
-
-
Method Detail
-
update
public void update(User user)
- Specified by:
updatein interfaceAuthenticationChain
-
delete
public void delete(User user)
- Specified by:
deletein interfaceAuthenticationChain
-
changePassword
public boolean changePassword(String username, String password)
- Specified by:
changePasswordin interfaceAuthenticationChain
-
load
public User load(User user)
- Specified by:
loadin interfaceAuthenticationChain
-
-