Uses of Enum Class
com.iizix.user.UserLocaleString
Packages that use UserLocaleString
Uses of UserLocaleString in com.iizix.server.db
Methods in com.iizix.server.db that return UserLocaleStringModifier and TypeMethodDescriptionBasicUserInfo.canChangePassword()Checks if the user is allowed to change his password.BasicUserInfo.changePassword(String oldPassword, String password) Changes the password for the user without checking if the password entropy is met.BasicUserInfo.getDisabledReason()Gets the 'disabled' reason, null for user not disabled.BasicUserInfo.resetPassword(StringBuilder randomPassword) Resets the password for the user, returning a random password set for the user, and that the user must change password upon next sign in.Uses of UserLocaleString in com.iizix.user
Methods in com.iizix.user that return UserLocaleStringModifier and TypeMethodDescriptionabstract UserLocaleStringUserInfoBase.canChangePassword()Checks if the user is allowed to change his password.static UserLocaleStringParses the ID string to find a matching ID.static UserLocaleStringUserLocaleString.fromNonNull(String id) Parses the ID string to find a matching ID.abstract UserLocaleStringUserInfoBase.getDisabledReason()Gets the 'disabled' reason, null for user not disabled.static UserLocaleStringReturns the enum constant of this class with the specified name.static UserLocaleString[]UserLocaleString.values()Returns an array containing the constants of this enum class, in the order they are declared.