Log in

AdminAdobeIms Module

Api\Data\ImsWebapiInterface

Interface

This interface defines the data structure for storing Adobe IMS (Identity Management System) Web API authentication tokens for Magento admin users. De...

Api\Data\ImsWebapiSearchResultsInterface

Interface

This interface defines the contract for search results when querying Adobe IMS Web API tokens in Magento Admin. Developers use this when implementing...

Api\ImsLogOutInterface

Interface

This interface defines the contract for logging out users from their Adobe IMS (Identity Management System) account in the Magento admin panel. Develo...

Api\ImsWebapiRepositoryInterface

Repository

This repository interface manages Adobe IMS (Identity Management System) web API tokens for Magento admin users. Developers use this to store, retriev...

Api\TokenReaderInterface

Interface

This interface defines a contract for reading and extracting data from Adobe IMS authentication tokens. Developers would use implementations of this i...

Auth

Model

This class handles authentication for Adobe IMS integration in the Magento admin panel. Developers would use this when implementing passwordless login...

Authorization\AdobeImsTokenUserContext

Model

This class determines the authenticated admin user from Adobe IMS (Identity Management System) bearer tokens in API request headers. Developers use th...

Authorization\AdobeImsTokenUserService

Model

This service authenticates admin users via Adobe IMS (Identity Management System) tokens for API access. Developers use this class when implementing A...

FlushUserTokens

Model

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

Model

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

Model

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

Model

This class manages authentication and communication with Adobe IMS (Identity Management System) for Magento admin users. Developers use it to authenti...

ImsEmailNotification

Model

This class handles sending email notifications for Adobe IMS integration in the Magento Admin panel. Developers would use it to send templated emails...

ImsWebapi

Model

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

Model

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

Model

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

Model

This class handles logging out admin users from their Adobe IMS (Identity Management Services) account. Developers use this when implementing Adobe au...

Model\ResourceModel\ImsWebapi\Collection

Collection

This collection class manages groups of Adobe IMS Web API token records in Magento 2. Developers use it to retrieve, filter, and manipulate multiple I...

ResourceModel\ImsWebapi

Model

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

Model

This resource model extends the standard Magento admin user resource model to add Adobe IMS-specific functionality. Developers use this class to load...

TokenReader

Model

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

Model

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

Model

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

Model

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...