Package org.codelibs.fess.auth
Class AuthenticationManager
- java.lang.Object
-
- org.codelibs.fess.auth.AuthenticationManager
-
public class AuthenticationManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationChain[]chains
-
Constructor Summary
Constructors Constructor Description AuthenticationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChain(AuthenticationChain chain)protected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain>chains()booleanchangePassword(String username, String password)voiddelete(User user)voidinsert(User user)Userload(User user)
-
-
-
Field Detail
-
chains
protected AuthenticationChain[] chains
-
-
Method Detail
-
insert
public void insert(User user)
-
delete
public void delete(User user)
-
addChain
public void addChain(AuthenticationChain chain)
-
chains
protected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain> chains()
-
-