Package org.codelibs.fess.app.service
Class UserService
- java.lang.Object
-
- org.codelibs.fess.app.service.UserService
-
public class UserService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected FessLoginAssistfessLoginAssistprotected UserBhvuserBhv
-
Constructor Summary
Constructors Constructor Description UserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangePassword(String username, String password)voiddelete(User user)List<User>getAvailableUserList()org.dbflute.optional.OptionalEntity<User>getUser(String id)org.dbflute.optional.OptionalEntity<User>getUserByName(String username)List<User>getUserList(UserPager userPager)protected voidsetupListCondition(UserCB cb, UserPager userPager)voidstore(User user)
-
-
-
Field Detail
-
userBhv
protected UserBhv userBhv
-
fessLoginAssist
protected FessLoginAssist fessLoginAssist
-
fessConfig
protected FessConfig fessConfig
-
-