springboot集成security
springboot集成spring Security ,MyAuthenticationFailHandler.java 自定义登录失败处理器,如果登录认证失败,会跳到这个类上来处理。 MyAuthenticationSuccessHandler 自定义登录成功处理器,如果登录认证成功,会运行这个类。
文件列表
springboot集成security
(预估有个167文件)
CustomAuthenticationFailureHandler.class
2KB
CustomAuthenticationSuccessHandler.class
1KB
CustomExpiredSessionStrategy.class
2KB
CustomPermissionEvaluator.class
3KB
CustomAuthenticationProvider.class
4KB
VerifyServlet.class
5KB
CustomAuthenticationDetailsSource.class
1KB
CustomWebAuthenticationDetails.class
1KB
WebSecurityConfig.class
9KB
MyPasswordEncoder.class
906B
暂无评论