类 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
  • 构造器详细资料

    • 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