fea49765f0
Only removing the distribution of the Jetty adapter for now, and leaving the rest for now. This is due to the complexity of removing all Jetty adapter code due to Spring, OSGI, Fuse, testsuite, etc. and it will be better to leave the rest of the clean-up to after 24 when we are removing most adapters Closes #26255 Signed-off-by: stianst <stianst@gmail.com>
44 lines
1.4 KiB
Text
44 lines
1.4 KiB
Text
=== {project_name} Java adapters
|
|
|
|
[WARNING]
|
|
====
|
|
{project_name} Java Adapters are now deprecated and will be removed in a future release. No further enhancements or features will be added to the adapters until then.
|
|
|
|
For more details about how to integrate {project_name} with Java applications, consider looking at the
|
|
{quickstartRepo_link}[Keycloak Quickstart GitHub Repository].
|
|
====
|
|
|
|
{project_name} comes with a range of different adapters for Java application. Selecting the correct adapter depends on the target platform.
|
|
|
|
All Java adapters share a set of common configuration options described in the <<_java_adapter_config,Java Adapters Config>> chapter.
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::java-adapter-config.adoc[]
|
|
endif::[]
|
|
include::jboss-adapter.adoc[]
|
|
|
|
include::spring-boot-adapter.adoc[]
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::tomcat-adapter.adoc[]
|
|
include::spring-security-adapter.adoc[]
|
|
endif::[]
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::servlet-filter-adapter.adoc[]
|
|
endif::[]
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::jaas.adoc[]
|
|
include::installed-adapter.adoc[]
|
|
endif::[]
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::adapter-context.adoc[]
|
|
include::adapter_error_handling.adoc[]
|
|
include::logout.adoc[]
|
|
include::params_forwarding.adoc[]
|
|
include::client-authentication.adoc[]
|
|
include::multi-tenancy.adoc[]
|
|
include::application-clustering.adoc[]
|
|
endif::[]
|