类 WebSecurityConfig
java.lang.Object
cn.wi4j.security.core.config.WebSecurityConfig
安全配置类
- 从以下版本开始:
- 2023/7/11 19:40
- 版本:
- 2023.0.0.0
- 作者:
- Max
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.util.AntPathMatcher权限匹配org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder密码加密
-
构造器详细资料
-
WebSecurityConfig
public WebSecurityConfig()
-
-
方法详细资料
-
bCryptPasswordEncoder
@Bean public org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder bCryptPasswordEncoder()密码加密- 返回:
- 密码加密
-
antPathMatcher
@Bean public org.springframework.util.AntPathMatcher antPathMatcher()权限匹配- 返回:
- 权限匹配
-