User Module
Authorization\AdminSessionUserContext
This class provides access to the currently logged-in admin user's information from their backend session. Developers use this to identify which admin...
Backend\Config\ObserverConfig
This helper class provides access to admin user security configuration settings in Magento 2. Developers use it to check password expiration, retrieve...
Notificator
The Notificator class handles sending email notifications for admin user account events in Magento 2. Developers use this class to send automated emai...
NotificatorException
This exception is thrown when the user notification system fails to send an email, such as when notifying administrators about user account changes or...
ResourceModel\User
This resource model manages database operations for admin users in Magento 2, including authentication, role assignments, password tracking, and accou...
User
This class represents an admin user in Magento 2's backend system. Developers use it to manage admin user authentication, password resets, role assign...
UserValidationRules
This class provides validation rules for admin user data in Magento 2, including required fields (username, first name, last name, email), password st...