@Configuration @EnableConfigurationProperties(value=org.entur.jwt.spring.auth0.properties.Auth0Properties.class) @AutoConfigureAfter(value=org.entur.jwt.spring.auth0.Auth0AutoConfiguration.class) @AutoConfigureBefore(value=org.entur.jwt.spring.JwtAutoConfiguration.class) public class Auth0WebAutoConfiguration extends java.lang.Object
| Constructor and Description |
|---|
Auth0WebAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JwtArgumentResolver |
jwtArgumentResolver() |
@Bean @ConditionalOnMissingBean(value=org.entur.jwt.spring.filter.resolver.JwtArgumentResolver.class) @ConditionalOnProperty(name="entur.jwt.enabled", havingValue="true") public JwtArgumentResolver jwtArgumentResolver()
Copyright © 2022 Entur AS. All rights reserved.