类 SecurityProperties
java.lang.Object
org.springframework.boot.autoconfigure.security.SecurityProperties
Configuration properties for Spring Security.
- 从以下版本开始:
- 1.0.0
- 作者:
- Dave Syer, Andy Wilkinson, Madhura Bhave
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final intOrder applied to theSecurityFilterChainthat is used to configure basic authentication for application endpoints.static final intDefault order of Spring Security's Filter in the servlet container (i.e. amongst other filters registered with the container).static final int已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BASIC_AUTH_ORDER
public static final int BASIC_AUTH_ORDEROrder applied to theSecurityFilterChainthat is used to configure basic authentication for application endpoints. Create your ownSecurityFilterChainif you want to add your own authentication for all or some of those endpoints.- 另请参阅:
-
IGNORED_ORDER
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.5.0 for removal in 4.0.0 since Spring Security no longer recommends using the.ignoring()methodOrder applied to theWebSecurityCustomizerthat ignores standard static resource paths.- 另请参阅:
-
DEFAULT_FILTER_ORDER
public static final int DEFAULT_FILTER_ORDERDefault 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@Orderon aSecurityFilterChain.- 另请参阅:
-
-
构造器详细资料
-
SecurityProperties
public SecurityProperties()
-
-
方法详细资料
-
getUser
-
getFilter
-
.ignoring()method