Class SecurityProperties
java.lang.Object
org.springframework.boot.autoconfigure.security.SecurityProperties
Configuration properties for Spring Security.
- Since:
- 1.0.0
- Author:
- Dave Syer, Andy Wilkinson, Madhura Bhave
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic 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.static final intDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
BASIC_AUTH_ORDERpublic 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.- See Also:
 
- 
IGNORED_ORDERDeprecated, for removal: This API element is subject to removal in a future version.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.- See Also:
 
- 
DEFAULT_FILTER_ORDERpublic 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.- See Also:
 
 
- 
- 
Constructor Details- 
SecurityPropertiespublic SecurityProperties()
 
- 
- 
Method Details- 
getUser
- 
getFilter
 
- 
.ignoring()method