Class SecurityDisabledConfigurer

  • All Implemented Interfaces:
    org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>

    public class SecurityDisabledConfigurer
    extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
    • Constructor Detail

      • SecurityDisabledConfigurer

        public SecurityDisabledConfigurer​(DialobSettings dialobSettings)
    • Method Detail

      • configure

        protected void configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
                          throws Exception
        Overrides:
        configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
        Throws:
        Exception
      • configureRequestParameterTenantScopeFilter

        protected org.springframework.security.config.annotation.web.builders.HttpSecurity configureRequestParameterTenantScopeFilter​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
      • getTenantRequiredMatcher

        @NonNull
        protected org.springframework.security.web.util.matcher.RequestMatcher getTenantRequiredMatcher()