Class and Description |
---|
HttpSecurity
A
HttpSecurity is similar to Spring Security's XML |
HttpSecurity.RequestMatcherConfigurer
Allows mapping HTTP requests that this
HttpSecurity will be used for |
WebSecurity
The
WebSecurity is created by WebSecurityConfiguration
to create the FilterChainProxy known as the Spring Security Filter
Chain (springSecurityFilterChain). |
WebSecurity.IgnoredRequestConfigurer
Allows registering
RequestMatcher instances that should be
ignored by Spring Security. |
Class and Description |
---|
HttpSecurity
A
HttpSecurity is similar to Spring Security's XML |
WebSecurity
The
WebSecurity is created by WebSecurityConfiguration
to create the FilterChainProxy known as the Spring Security Filter
Chain (springSecurityFilterChain). |
Copyright © 2019. All rights reserved.