类 WebSecurityConfigurer
java.lang.Object
com.codingapi.springboot.security.configurer.WebSecurityConfigurer
- 所有已实现的接口:
org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
@Configuration
public class WebSecurityConfigurer
extends Object
implements org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcustomize(org.springframework.security.config.annotation.web.builders.WebSecurity web)
-
构造器详细资料
-
WebSecurityConfigurer
public WebSecurityConfigurer()
-
-
方法详细资料
-
customize
public void customize(org.springframework.security.config.annotation.web.builders.WebSecurity web) - 指定者:
customize在接口中org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
-