Class MultiTenantResourceServerAutoConfiguration

java.lang.Object
io.quantics.multitenant.oauth2.config.MultiTenantResourceServerAutoConfiguration

@Configuration(proxyBeanMethods=false)
@AutoConfigureBefore({org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration.class})
@EnableConfigurationProperties(MultiTenantResourceServerProperties.class)
@ConditionalOnWebApplication(type=SERVLET)
public class MultiTenantResourceServerAutoConfiguration
extends java.lang.Object
Auto-configuration for multi-tenant resource server support.
  • Constructor Summary

    Constructors
    Constructor Description
    MultiTenantResourceServerAutoConfiguration()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • MultiTenantResourceServerAutoConfiguration

      public MultiTenantResourceServerAutoConfiguration()