@Configuration @ConditionalOnWebApplication @EnableConfigurationProperties(value=KeycloakSpringBootProperties.class) public class KeycloakSpringBootConfiguration extends Object
| Constructor and Description |
|---|
KeycloakSpringBootConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer |
getKeycloakContainerCustomizer() |
org.springframework.boot.context.embedded.jetty.JettyServerCustomizer |
jettyKeycloakServerCustomizer() |
void |
setKeycloakSpringBootProperties(KeycloakSpringBootProperties keycloakProperties) |
org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer |
tomcatKeycloakContextCustomizer() |
org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer |
undertowKeycloakContextCustomizer() |
@Autowired public void setKeycloakSpringBootProperties(KeycloakSpringBootProperties keycloakProperties)
@Bean public org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer getKeycloakContainerCustomizer()
@Bean @ConditionalOnClass(name="org.eclipse.jetty.webapp.WebAppContext") public org.springframework.boot.context.embedded.jetty.JettyServerCustomizer jettyKeycloakServerCustomizer()
@Bean @ConditionalOnClass(name="org.apache.catalina.startup.Tomcat") public org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer tomcatKeycloakContextCustomizer()
@Bean @ConditionalOnClass(name="io.undertow.Undertow") public org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer undertowKeycloakContextCustomizer()
Copyright © 2016 JBoss by Red Hat. All rights reserved.