keycloak-scim/testsuite/integration-arquillian/servers/adapter-spi
Martin Bartoš de663dbf93 Quarkus3 branch sync no. 9
10.3.2023:
* renamed imports from javax to jakarta as a part of the migration from JavaEE to JakartaEE
* changed version from 999-SNAPSHOT to 999.0.0-SNAPSHOT
2023-04-27 13:36:54 +02:00
..
undertow-adapter-jakarta Quarkus3 branch sync no. 9 2023-04-27 13:36:54 +02:00
undertow-adapter-saml-jakarta Quarkus3 branch sync no. 9 2023-04-27 13:36:54 +02:00
undertow-adapter-spi-jakarta Quarkus3 branch sync no. 9 2023-04-27 13:36:54 +02:00
pom.xml Quarkus3 branch sync no. 9 2023-04-27 13:36:54 +02:00
README.md Undertow JakartaEE adapter in the testsuite 2023-04-27 13:36:54 +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 OIDC adapter (undertow-adapter-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.