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