Closed leeaee closed 7 years ago
It can now overwrite the following two methods in your SecurityService
to allow act-aaa to work with act-beetlsql:
protected USER_TYPE findUser(String username) {
return userDao.findOneBy(_userKey(), username);
}
protected void initUserDao(Class<USER_TYPE> userType) {
this.userDao = Act.app().dbServiceManager().dao(userType);
}
SecurityService
extends fromActAAAService.Base
.SecurityService
Code: AdminMapper.java