Uses of Class
de.bytestore.hostinger.entity.user.User
Packages that use User
Package
Description
-
Uses of User in de.bytestore.hostinger.entity.user.listener
Method parameters in de.bytestore.hostinger.entity.user.listener with type arguments of type UserModifier and TypeMethodDescriptionvoidUserEventListener.onUserChangedAfterCommit(io.jmix.core.event.EntityChangedEvent<User> event) voidUserEventListener.onUserSaving(io.jmix.core.event.EntitySavingEvent<User> event) -
Uses of User in de.bytestore.hostinger.handler
Methods in de.bytestore.hostinger.handler with parameters of type UserModifier and TypeMethodDescriptionTicketService.createMessage(User user, Ticket ticketIO, String contentIO) Creates a new ticket message.TicketService.createTicket(User authorIO, String titleIO, TicketPriority priorityIO) Creates a new ticket.voidTicketService.renewSupportPin(User userIO) -
Uses of User in de.bytestore.hostinger.security.service
Methods in de.bytestore.hostinger.security.service that return UserModifier and TypeMethodDescriptionTOTPService.getUserByUsername(String usernameIO) Retrieves the user with the given username or email from the database.Methods in de.bytestore.hostinger.security.service that return types with arguments of type UserModifier and TypeMethodDescriptionSecureUserService.getNewUsersByMonth()Retrieves a list of new users created within the current month.SecureUserService.getStuffs()SecureUserService.getUserById(UUID idIO) Retrieves a user by their unique identifier.SecureUserService.getUsersByMail(String emailIO) Retrieves a list of users filtered by their email addresses.SecureUserService.getUsersByName(String nameIO) Retrieves a list of users by name.SecureUserService.getUsersByRole(String roleName) Retrieves a list of users who have the specified role.Methods in de.bytestore.hostinger.security.service with parameters of type UserModifier and TypeMethodDescriptionAdds a security log entry with the specified user, key, and value.voidSecurityService.addLog(Class<UserDetailView> userDetailViewClass, SecurityLevel securityLevel, User user, String s, String username) voidSecurityService.addLog(Class userDetailViewClass, SecurityLevel securityLevel, User user, String s, String username, String usernameIO) voidSecurityService.addLogWithMail(User userIO, String keyIO, String templateIO, HashMap<String, Object> dataIO) Adds a security log entry with the specified user, key, and data, and sends an email with the specified template and data.dev.samstevens.totp.qr.QrDataTOTPService.generateCode(User userIO) Generates a QR code for the given user and adds it to the QR data.String[]TOTPService.generateRecoveryCodes(User userIO, int amountIO) Generates recovery codes for a user.String[]TOTPService.getRecoveryCodes(User userIO) Retrieves the recovery codes associated with a user.SecureUserService.getSettingsOrEmpty(User userIO, String keyIO) Retrieves the value of a specific setting for a givenbooleanTOTPService.hasRecoveryCode(User userIO, String codeIO) Checks if the given user has a recovery code.booleanChecks if the given user has Time-based One-Time Password (TOTP) authentication enabled.voidSecurityService.loginFailed(User user, String typeIO) Handles the event when a login attempt fails.voidSecureUserService.removeSettings(User userIO, String keyIO) This method removes the settings for a specific key belonging to a user.Saves the user's information and secret for Time-based One-Time Password (TOTP) authentication.voidTOTPService.saveRecoveryCodes(User userIO, String[] codesIO, TOTPStorage storageIO) Saves the recovery codes for a user.voidSecureUserService.sendVerification(User userIO) Sends a verification email to the specified user.voidSecureUserService.setSettingsOrCreate(User userIO, String keyIO, String valueIO) Sets the value of a specific setting for a given User.booleanTOTPService.verifyRecoveryCode(User userIO, String codeIO) Verifies the recovery code provided by the user.booleanTOTPService.verifyTOTP(User userIO, Integer otpIO) Verifies the Time-based One-Time Password (TOTP) entered by the user.booleanTOTPService.verifyTOTP(User userIO, Integer otpIO, String secretIO) Verifies the Time-based One-Time Password (TOTP) entered by the user.Method parameters in de.bytestore.hostinger.security.service with type arguments of type UserModifier and TypeMethodDescriptionvoidSends a broadcast notification to multiple users.voidSecureUserService.executeCreateWebhook(io.jmix.core.event.EntitySavingEvent<User> event) Executes the create webhook for a given User entity saving event.voidSecureUserService.executeUpdateWebhook(io.jmix.core.event.EntityChangedEvent<User> event) Executes the update webhook for a given User entity changed event.SecureUserService.getUsernames(List<User> stuffsIO) -
Uses of User in de.bytestore.hostinger.view.user
Method parameters in de.bytestore.hostinger.view.user with type arguments of type UserModifier and TypeMethodDescriptionvoidUserDetailView.onInitEntity(io.jmix.flowui.view.StandardDetailView.InitEntityEvent<User> event)