JwtFrameworkAdapter Module
Data\Claim
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
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
This class manages JSON Web Encryption (JWE) tokens in Magento 2, providing functionality to build, encrypt, decrypt, and read JWE tokens. Developers...
JwsManager
This class manages JSON Web Signature (JWS) tokens in Magento 2, providing functionality to create, sign, verify, and read JWS tokens. Developers use...
JwtManager
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
This factory class creates an AlgorithmManager instance configured with all supported JWE (JSON Web Encryption) key encryption algorithms. Developers...
Model\JweBuilderFactory
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
This factory class creates and configures a CompressionMethodManager for JWE (JSON Web Encryption) operations. Developers use this when they need to c...
Model\JweContentAlgorithmManagerFactory
This factory class creates and configures an AlgorithmManager for JWE (JSON Web Encryption) content encryption algorithms. It provides six supported e...
Model\JweFactory
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
This factory creates JWE (JSON Web Encryption) loader instances configured with serializers, encryption algorithms, and compression methods. Developer...
Model\JweSerializerPoolFactory
This factory class creates and configures a JWE (JSON Web Encryption) serializer manager that supports multiple serialization formats. Developers use...
Model\JwsAlgorithmManagerFactory
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
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
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
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
This factory creates a JWS (JSON Web Signature) serializer manager that handles multiple serialization formats for JWT tokens. Developers use this whe...
Model\UnsecuredJwtFactory
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
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...