public class

HttpSecurityBeanDefinitionParser

extends Object
java.lang.Object
   ↳ org.springframework.security.config.http.HttpSecurityBeanDefinitionParser

Class Overview

Sets up HTTP security: filter stack and protected URLs.

Summary

Public Constructors
HttpSecurityBeanDefinitionParser()
Public Methods
BeanDefinition parse(Element element, ParserContext pc)
The aim of this method is to build the list of filters which have been defined by the namespace elements and attributes within the <http> configuration, along with any custom-filter's linked to user-defined filter beans.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HttpSecurityBeanDefinitionParser ()

Public Methods

public BeanDefinition parse (Element element, ParserContext pc)

The aim of this method is to build the list of filters which have been defined by the namespace elements and attributes within the <http> configuration, along with any custom-filter's linked to user-defined filter beans.

By the end of this method, the default FilterChainProxy bean should have been registered and will have the map of filter chains defined, with the "universal" match pattern mapped to the list of beans which have been parsed here.