Java org.springframework.security.config.annotation.web.builders WebSecurity fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.config.annotation.web.builders WebSecurity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.config.annotation.web.builders WebSecurity.

The text is from its open source code.

Field

HttpFirewallhttpFirewall
SecurityExpressionHandlerexpressionHandler

Method

WebSecurityaddSecurityFilterChainBuilder( SecurityBuilder securityFilterChainBuilder)

Adds builders to create SecurityFilterChain instances.

IgnoredRequestConfigurerignoring()

Allows adding RequestMatcher instances that Spring Security should ignore.

WebSecuritysecurityInterceptor(FilterSecurityInterceptor securityInterceptor)
Sets the FilterSecurityInterceptor .