Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguredSecurityBuilder<O,B extends SecurityBuilder<O>>
A base
SecurityBuilder that allows SecurityConfigurer to be
applied to it. |
interface |
SecurityConfigurer<O,B extends SecurityBuilder<O>>
Allows for configuring a
SecurityBuilder . |
class |
SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>>
A base class for
SecurityConfigurer that allows subclasses to only
implement the methods they are interested in. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguredSecurityBuilder<O,B extends SecurityBuilder<O>>
A base
SecurityBuilder that allows SecurityConfigurer to be
applied to it. |
class |
AbstractSecurityBuilder<O>
A base
SecurityBuilder that ensures the object being built is only
built one time. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderManagerBuilder<B extends ProviderManagerBuilder<B>>
Interface for operating on a SecurityBuilder that creates a
ProviderManager |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationManagerBuilder
SecurityBuilder used to create an AuthenticationManager . |
Modifier and Type | Interface and Description |
---|---|
interface |
WebSecurityConfigurer<T extends SecurityBuilder<javax.servlet.Filter>>
Allows customization to the
WebSecurity . |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpSecurityBuilder<H extends HttpSecurityBuilder<H>> |
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). |
Modifier and Type | Method and Description |
---|---|
WebSecurity |
WebSecurity.addSecurityFilterChainBuilder(SecurityBuilder<? extends SecurityFilterChain> securityFilterChainBuilder)
Adds builders to create
SecurityFilterChain instances. |
Copyright © 2019. All rights reserved.