安全过滤器链 - 在一个SecurityFilterChain中有两个.authorizeHttpRequest
创始人
2024-11-04 19:30:41
0

解决方法如下:

  1. 创建一个自定义的安全过滤器链类,继承自WebSecurityConfigurerAdapter
@Configuration
@EnableWebSecurity
public class CustomSecurityFilterChain extends WebSecurityConfigurerAdapter {

    @Override
    protected void configure(HttpSecurity http) throws Exception {
        http.authorizeRequests()
                .antMatchers("/admin/**").hasRole("ADMIN")
                .antMatchers("/user/**").hasRole("USER")
                .anyRequest().authenticated()
                .and()
                .formLogin()
                .and()
                .httpBasic();
    }

    @Autowired
    public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
        auth.inMemoryAuthentication()
                .withUser("admin").password("{noop}admin").roles("ADMIN")
                .and()
                .withUser("user").password("{noop}user").roles("USER");
    }
}
  1. 在上述示例中,configure(HttpSecurity http)方法定义了安全过滤器链的配置规则。对于/admin/**路径,要求用户具有ADMIN角色;对于/user/**路径,要求用户具有USER角色;对于其他所有路径,要求用户进行身份验证。此外,还配置了表单登录和HTTP基本身份验证。

  2. configureGlobal(AuthenticationManagerBuilder auth)方法用于配置用户的认证信息。在示例中,使用内存认证,创建了两个用户,分别具有ADMINUSER角色。

  3. 在主应用程序类中,使用@EnableWebSecurity注解启用Spring Security,并将自定义的安全过滤器链类添加到Spring的应用程序上下文中。

@SpringBootApplication
public class Application extends SpringBootServletInitializer {

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }

    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
        return application.sources(Application.class);
    }
}

通过以上步骤,我们就创建了一个包含两个.authorizeHttpRequest的安全过滤器链,并为不同路径配置了不同的访问权限。

相关内容

热门资讯

据通报!如何下载wepoker... 据通报!如何下载wepoker安装包,新西部辅助是什么意思,好像有辅助插件(哔哩哔哩)1、完成新西部...
目前!hhpoker有作必弊的... 目前!hhpoker有作必弊的吗,潮汕馆辅助,一直是有辅助工具(哔哩哔哩)1、下载好潮汕馆辅助脚本下...
截至目前!wepoker透视底... 截至目前!wepoker透视底牌脚本,凑一桌游戏免费辅助器,好像真的有辅助技巧(哔哩哔哩)凑一桌游戏...
日前!wepoker作必弊视频... 日前!wepoker作必弊视频,潮汕暗宝辅助器,切实是真的有辅助工具(哔哩哔哩)1.潮汕暗宝辅助器 ...
此事引发广泛关注!hhpoke... 此事引发广泛关注!hhpoker是内部控制吗,打哈儿麻将辅助下载,切实有辅助app(哔哩哔哩)1、每...
据权威媒体报道!hhpoker... 据权威媒体报道!hhpoker辅助挂下载,九游破解辅助插件,本来真的是有辅助工具(哔哩哔哩)1、每一...
网友热议!wepoker透视脚... 网友热议!wepoker透视脚本免费,约局吧辅助辅助外开挂,本来是真的有辅助方法(哔哩哔哩)1、约局...
据玩家消息!wepoker透视... 据玩家消息!wepoker透视脚本免费,禅游指尖四川作必弊,一直存在有辅助教程(哔哩哔哩)禅游指尖四...
记者获悉!hhpkoer辅助器... 记者获悉!hhpkoer辅助器,wepoker辅助软件视频,切实存在有辅助软件(哔哩哔哩)1、每一步...
近日!德州透视是真的假的,哥哥... 近日!德州透视是真的假的,哥哥打大a辅助,总是真的有辅助神器(哔哩哔哩)1、起透看视 德州透视是真的...