类 SecurityProperties


  • @ConfigurationProperties(prefix="spring.security")
    public class SecurityProperties
    extends Object
    Configuration properties for Spring Security.
    • 字段详细资料

      • BASIC_AUTH_ORDER

        public static final int BASIC_AUTH_ORDER
        Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints. If you want to add your own authentication for all or some of those endpoints the best thing to do is to add your own WebSecurityConfigurerAdapter with lower order.
        另请参阅:
        常量字段值
      • IGNORED_ORDER

        public static final int IGNORED_ORDER
        Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
        另请参阅:
        常量字段值
      • DEFAULT_FILTER_ORDER

        public static final int DEFAULT_FILTER_ORDER
        Default order of Spring Security's Filter in the servlet container (i.e. amongst other filters registered with the container). There is no connection between this and the @Order on a WebSecurityConfigurer.
        另请参阅:
        常量字段值