@Configuration(proxyBeanMethods=false)
@AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class)
@EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,UndertowSpringSecurityConfiguration.class})
public class UndertowSpringSecurityCustomizer
extends Object
implements org.apache.camel.spi.ComponentCustomizer
| Modifier and Type | Class and Description |
|---|---|
class |
UndertowSpringSecurityCustomizer.OAuth2LoginSecurityConfig |
| Constructor and Description |
|---|
UndertowSpringSecurityCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.client.OAuth2AuthorizedClientService |
authorizedClientService(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository repository) |
org.springframework.security.oauth2.client.registration.ClientRegistrationRepository |
clientRegistrationRepository() |
void |
configure(String name,
org.apache.camel.Component target) |
int |
getOrder() |
boolean |
isEnabled(String name,
org.apache.camel.Component target) |
org.springframework.security.oauth2.jwt.JwtDecoder |
jwtDecoderByIssuerUri() |
public void configure(String name, org.apache.camel.Component target)
configure in interface org.apache.camel.spi.ComponentCustomizerpublic boolean isEnabled(String name, org.apache.camel.Component target)
isEnabled in interface org.apache.camel.spi.ComponentCustomizerpublic int getOrder()
getOrder in interface org.apache.camel.OrderedgetOrder in interface org.apache.camel.spi.ComponentCustomizer@Bean public org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoderByIssuerUri()
@Bean public org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository()
@Bean public org.springframework.security.oauth2.client.OAuth2AuthorizedClientService authorizedClientService(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository repository)
Apache Camel