Uses of Class
com.iizix.server.db.BasicUserInfo
Uses of BasicUserInfo in com.iizix.server
Modifier and TypeMethodDescriptionServerShell.getEmailVerificationURL
(BasicUserInfo bui, String email, String externalWebServerBaseURL) Gets a verification URL for an email address.Uses of BasicUserInfo in com.iizix.server.db
Modifier and TypeMethodDescriptionstatic BasicUserInfo
BasicUserInfo.createNewUser
(String userName, String hashPW, boolean changePW, String email, String langCode, boolean hasLoggedIn, Map<String, String> details, String... groupNames) Creates a new user and writes the information to the database.static BasicUserInfo
BasicUserInfo.createNewUser
(Connection conn, String userName, String hashPW, boolean changePW, String email, String langCode, boolean hasLoggedIn, Map<String, String> details, GroupInfo... groups) Creates a new user and writes the information to the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfo
(Connection conn, long id) Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfo
(Connection conn, String userName, boolean lockForUpdate) Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfoFromEmail
(Connection conn, String emailAddress) Constructs the UserInfo by loading the information from the database.Uses of BasicUserInfo in com.iizix.server.user
Modifier and TypeMethodDescriptionAuthenticatedUser.getBasicUserInfo()
Gets the basic user information that was last refreshed from the database.Modifier and TypeMethodDescriptionfinal boolean
UserAuthentication.isOldPasswordMatching
(BasicUserInfo bui, String oldPassword, String password) Verifies that the old password matches before changing to a new one.