Log in

JwtFrameworkAdapter Module

Data\Claim

Model

This class represents a JWT (JSON Web Token) claim in Magento 2's JWT framework adapter. Developers use this class to create claim objects that hold n...

Data\Header

Model

This class represents a JWT (JSON Web Token) header parameter that can be used in both JWS (JSON Web Signature) and JWE (JSON Web Encryption) operatio...

JweManager

Model

This class manages JSON Web Encryption (JWE) tokens in Magento 2, providing functionality to build, encrypt, decrypt, and read JWE tokens. Developers...

JwsManager

Model

This class manages JSON Web Signature (JWS) tokens in Magento 2, providing functionality to create, sign, verify, and read JWS tokens. Developers use...

JwtManager

Model

This class serves as the main entry point for creating, reading, and parsing JSON Web Tokens (JWT) in Magento 2. It acts as an adapter for the jwt-fra...

Model\JweAlgorithmManagerFactory

Factory

This factory class creates an AlgorithmManager instance configured with all supported JWE (JSON Web Encryption) key encryption algorithms. Developers...

Model\JweBuilderFactory

Factory

This factory class creates JWEBuilder instances for building JSON Web Encryption (JWE) tokens in Magento 2. Developers use this when they need to encr...

Model\JweCompressionManagerFactory

Factory

This factory class creates and configures a CompressionMethodManager for JWE (JSON Web Encryption) operations. Developers use this when they need to c...

Model\JweContentAlgorithmManagerFactory

Factory

This factory class creates and configures an AlgorithmManager for JWE (JSON Web Encryption) content encryption algorithms. It provides six supported e...

Model\JweFactory

Factory

This factory class creates JWE (JSON Web Encryption) objects from raw header and payload data. Developers use this when they need to construct a JWE i...

Model\JweLoaderFactory

Factory

This factory creates JWE (JSON Web Encryption) loader instances configured with serializers, encryption algorithms, and compression methods. Developer...

Model\JweSerializerPoolFactory

Factory

This factory class creates and configures a JWE (JSON Web Encryption) serializer manager that supports multiple serialization formats. Developers use...

Model\JwsAlgorithmManagerFactory

Factory

This factory class creates and configures an AlgorithmManager for JSON Web Signature (JWS) operations in Magento 2. It initializes all supported JWT s...

Model\JwsBuilderFactory

Factory

This factory class creates instances of JWSBuilder (JSON Web Signature Builder) used for creating and signing JWT tokens in Magento 2. Developers woul...

Model\JwsFactory

Factory

This factory class creates JSON Web Signature (JWS) data objects from raw JWT components. Developers use it to build JWS instances with protected and...

Model\JwsLoaderFactory

Factory

This factory class creates and configures JWS (JSON Web Signature) loader instances for verifying and loading JWT tokens in Magento 2. Developers use...

Model\JwsSerializerPoolFactory

Factory

This factory creates a JWS (JSON Web Signature) serializer manager that handles multiple serialization formats for JWT tokens. Developers use this whe...

Model\UnsecuredJwtFactory

Factory

This factory class creates unsecured JWT (JSON Web Token) objects from raw header and payload data. Developers use this when they need to construct JW...

UnsecuredJwtManager

Model

This class manages unsecured JWT tokens (JSON Web Tokens with no cryptographic signature) in Magento 2. Developers use it to create and parse JWT toke...