keycloak-scim/testsuite/integration-arquillian/servers/adapter-spi
Jon Koops df18629ffe
Use a default Java version from root POM (#29927)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-06-21 14:19:31 +02:00
..
undertow-adapter-spi-jakarta OpenJDK 21 support (#28518) 2024-06-03 14:17:28 +02:00
pom.xml Use a default Java version from root POM (#29927) 2024-06-21 14:19:31 +02:00
README.md Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +02:00

Adapter SPI

This module is primarily used for custom adapters in the testsuite.

Undertow

Modules related to Undertow:

  • Keycloak Undertow Adapter SPI (undertow-adapter-spi-jakarta)
  • Keycloak Undertow SAML adapter (undertow-adapter-saml-jakarta)

These modules are automatically generated from the Keycloak adapters module (/adapters) and converted to adapters supporting JakartaEE.

You can override files from the original module by putting the class with the same name into the src directory. Do not forget to edit .gitignore file for changes, which should be kept in the module.

You can check the behavior in undertow-adapter-spi-jakarta module and class UndertowHttpServletRequest.