Backend user API

In TYPO3, backend users (BE users) are responsible for managing content, settings, and administration tasks within the backend. They are stored in the be_users database table and authenticated via the Backend user object stored in the global variable $GLOBALS['BE_USER'] (class \TYPO3\CMS\Core\Authentication\BackendUserAuthentication ).