AdminAdobeIms Module
Auth
This class handles authentication for Adobe IMS integration in the Magento admin panel. Developers would use this when implementing passwordless login...
Authorization\AdobeImsTokenUserContext
This class determines the authenticated admin user from Adobe IMS (Identity Management System) bearer tokens in API request headers. Developers use th...
Authorization\AdobeImsTokenUserService
This service authenticates admin users via Adobe IMS (Identity Management System) tokens for API access. Developers use this class when implementing A...
FlushUserTokens
This class handles the complete cleanup of Adobe IMS authentication tokens for admin users. Developers use it when they need to revoke and delete all...
GetAccessTokenProxy
This class acts as a proxy to retrieve Adobe IMS access tokens for admin users from either the session or database, depending on configuration. Develo...
GetAccessTokenSession
This class retrieves the Adobe IMS access token from the current admin user's session storage. Developers use this when they need to authenticate API...
ImsConnection
This class manages authentication and communication with Adobe IMS (Identity Management System) for Magento admin users. Developers use it to authenti...
ImsEmailNotification
This class handles sending email notifications for Adobe IMS integration in the Magento Admin panel. Developers would use it to send templated emails...
ImsWebapi
This model class manages Adobe IMS (Identity Management System) Web API authentication data for Magento admin users. Developers use it to store and re...
ImsWebapiRepository
This repository class manages Adobe IMS Web API tokens for admin users in Magento 2. Developers use it to save, retrieve, and delete IMS authenticatio...
ImsWebapiSearchResults
This class serves as a container for search results when querying Adobe IMS web API tokens in the admin panel. Developers would use this class when im...
LogOut
This class handles logging out admin users from their Adobe IMS (Identity Management Services) account. Developers use this when implementing Adobe au...
ResourceModel\ImsWebapi
This resource model handles database operations for Adobe IMS Web API tokens in Magento Admin. Developers use this class to interact with the admin_ad...
ResourceModel\User
This resource model extends the standard Magento admin user resource model to add Adobe IMS-specific functionality. Developers use this class to load...
TokenReader
This class reads and validates JWT tokens from Adobe IMS authentication for Magento admin users. It verifies the token's signature using JSON Web Keys...
User
This class extends the standard Magento admin user model to support Adobe IMS authentication. Developers use it to load admin users by email and authe...
UserAuthorizedProxy
This proxy class determines if an admin user is authorized with Adobe IMS by checking either the session or database depending on whether Adobe IMS in...
UserAuthorizedSession
This class checks whether an admin user has a valid Adobe IMS authorization session. It validates the stored Adobe access token against the Adobe IMS...