Modifier and Type | Class and Description |
---|---|
class |
AuthenticationManagerBuilder
SecurityBuilder used to create an AuthenticationManager . |
Modifier and Type | Class and Description |
---|---|
class |
HttpSecurity
A
HttpSecurity is similar to Spring Security's XML |
class |
WebSecurity
The
WebSecurity is created by WebSecurityConfiguration
to create the FilterChainProxy known as the Spring Security Filter
Chain (springSecurityFilterChain). |
Copyright © 2019. All rights reserved.