@Configuration public class JwtCamelAutoConfiguration extends Object
| Constructor and Description |
|---|
JwtCamelAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.access.AccessDecisionManager |
accessDecisionManager() |
org.springframework.security.access.vote.AuthenticatedVoter |
authenticatedVoter() |
<T> JwtAuthenticationProcessor |
jwtAuthenticationProcessor(org.entur.jwt.verifier.JwtVerifier<T> verifier,
JwtAuthorityMapper<T> authorityMapper,
org.entur.jwt.verifier.JwtClaimExtractor<T> extractor) |
org.apache.camel.component.spring.security.SpringSecurityAuthorizationPolicy |
validTokenAccessPolicy() |
@Bean(name="validTokenAccessPolicy") public org.apache.camel.component.spring.security.SpringSecurityAuthorizationPolicy validTokenAccessPolicy()
protected org.springframework.security.access.AccessDecisionManager accessDecisionManager()
@Bean @ConditionalOnMissingBean(value=org.springframework.security.access.vote.AuthenticatedVoter.class) public org.springframework.security.access.vote.AuthenticatedVoter authenticatedVoter()
@Bean @ConditionalOnMissingBean(value=JwtAuthenticationProcessor.class) @ConditionalOnProperty(name="entur.jwt.enabled", havingValue="true", matchIfMissing=false) public <T> JwtAuthenticationProcessor jwtAuthenticationProcessor(org.entur.jwt.verifier.JwtVerifier<T> verifier, JwtAuthorityMapper<T> authorityMapper, org.entur.jwt.verifier.JwtClaimExtractor<T> extractor)
Copyright © 2020 Entur AS. All rights reserved.