Package org.codelibs.fess.auth.chain
Interface AuthenticationChain
-
- All Known Implementing Classes:
CommandChain,LdapChain
public interface AuthenticationChain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanchangePassword(String username, String password)voiddelete(User user)Userload(User user)voidupdate(User user)
-