@Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.undertow.spring.security.springboot.UndertowSpringSecurityComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,UndertowSpringSecurityComponentConfiguration.class}) public class UndertowSpringSecurityComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
class |
UndertowSpringSecurityComponentAutoConfiguration.OAuth2Security |
Constructor and Description |
---|
UndertowSpringSecurityComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.client.OAuth2AuthorizedClientService |
authorizedClientService() |
org.springframework.security.oauth2.client.registration.ClientRegistrationRepository |
clientRegistrationRepository() |
org.springframework.security.oauth2.jwt.JwtDecoder |
jwtDecoderByIssuerUri(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository repository) |
org.apache.camel.component.spring.security.SpringSecurityConfiguration |
securityConfiguration(org.apache.camel.component.undertow.UndertowComponent undertowComponent) |
public UndertowSpringSecurityComponentAutoConfiguration()
@Bean public org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoderByIssuerUri(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository repository)
@Bean public org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository()
@Bean public org.springframework.security.oauth2.client.OAuth2AuthorizedClientService authorizedClientService()
@Bean public org.apache.camel.component.spring.security.SpringSecurityConfiguration securityConfiguration(org.apache.camel.component.undertow.UndertowComponent undertowComponent)
Apache Camel