keycloak-scim/adapters/oidc/spring-boot
Thomas Darimont be5468a7cf KEYCLOAK-3300 Add support for jetty in spring-boot-adapter
This adds support for using Jetty together with the Keycloak
spring-boot-adapter. Sadly the KeycloakSpringBootProperties.SecurityCollection
definition is mostly inspired by Tomcats SecurityConstraint/SecurityCollection
which doesn't provide a good fit for jettys structures.
In cases where jetty only allows one setting, we use the first value.

We only initialize KeycloakJettyServerCustomizer if jetty is used, same
applies for tomcat.
Revised configuration and extracted serverCustomizer code into
dedicated classes.
Prepared infrastructure for Undertow support.
2016-07-12 23:19:30 +02:00
..
src/main KEYCLOAK-3300 Add support for jetty in spring-boot-adapter 2016-07-12 23:19:30 +02:00
pom.xml KEYCLOAK-3300 Add support for jetty in spring-boot-adapter 2016-07-12 23:19:30 +02:00