public class MapDbUserFactory extends UserFactory
| Modifier and Type | Field and Description |
|---|---|
static char[] |
FIELDS_KEY |
logger, SESSION_KEY, USER_FACTORY_KEY, userInfoListAUTO_LOGIN_AGE_SEC, TOKEN_PARAM| Constructor and Description |
|---|
MapDbUserFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUserInfo(IUserInfo userInfo) |
User |
getUser(String login) |
List<IUserInfo> |
getUserInfoList() |
void |
init(GlobalContext globalContext,
javax.servlet.http.HttpSession newSession) |
void |
updateUserInfo(IUserInfo userInfo) |
addOrModifyUserInfo, autoLogin, clearUserInfoList, createPasswordChangeKey, createUser, createUserFactory, createUserFactory, createUserInfos, deleteUser, getAllRoles, getCurrentUser, getFileName, getInternetAddress, getInternetAddress, getPasswordChangeWidthKey, getRoleList, getRoleWrapper, getTokenCreateIfNotExist, getUserByEmail, getUserInfoForRoles, getUserInfos, isStandardStorage, load, login, login, logout, mergeUserInfo, releaseUserInfoList, reload, store, store, userListAsInternetAddressListpublic void init(GlobalContext globalContext, javax.servlet.http.HttpSession newSession)
init in interface IUserFactoryinit in class UserFactorypublic User getUser(String login)
getUser in interface IUserFactorygetUser in class UserFactorypublic List<IUserInfo> getUserInfoList()
getUserInfoList in interface IUserFactorygetUserInfoList in class UserFactorypublic void addUserInfo(IUserInfo userInfo) throws UserAllreadyExistException
addUserInfo in interface IUserFactoryaddUserInfo in class UserFactoryUserAllreadyExistExceptionpublic void updateUserInfo(IUserInfo userInfo) throws IOException
updateUserInfo in interface IUserFactoryupdateUserInfo in class UserFactoryIOExceptionCopyright © 2012-2018. All Rights Reserved.