Class Auth0WebAutoConfiguration


  • @Configuration
    @EnableConfigurationProperties(org.entur.jwt.spring.auth0.properties.Auth0Properties.class)
    @AutoConfigureAfter(org.entur.jwt.spring.auth0.Auth0AutoConfiguration.class)
    @AutoConfigureBefore(org.entur.jwt.spring.JwtAutoConfiguration.class)
    public class Auth0WebAutoConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.entur.jwt.spring.filter.resolver.JwtArgumentResolver jwtArgumentResolver()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Auth0WebAutoConfiguration

        public Auth0WebAutoConfiguration()
    • Method Detail

      • jwtArgumentResolver

        @Bean
        @ConditionalOnMissingBean(org.entur.jwt.spring.filter.resolver.JwtArgumentResolver.class)
        @ConditionalOnProperty(name="entur.jwt.enabled",
                               havingValue="true")
        public org.entur.jwt.spring.filter.resolver.JwtArgumentResolver jwtArgumentResolver()