Results 1 to 6 of 6

Thread: Required help to understand spring security.

  1. #1

    Default Required help to understand spring security.

    Hi,

    I am very new to spring security.

    I read spring security documentation. I now that somehow "springSecurityFilterChain" bean gets created from security:http configuration that is mapped to filter configured in web.xml

    I have following queries -

    1) How "springSecurityFilterChain" bean gets created from security:http.
    2) Which default filters are configured.

    Please help.

    Thanks in advance.

  2. #2
    Join Date
    Dec 2010
    Location
    Singapore
    Posts
    286

    Default

    This is a good read to understand what happens behind the scenes http://blog.springsource.com/2010/03...ity-namespace/
    Amila Domingo

  3. #3

    Default

    Thanks amilademingo,

    I have already readout that blog. Thing is that i didn't get anywhere how "springSecurityFilterChain" bean is created from security:http element and default filter chain for "springSecurityFilterChain" bean.

  4. #4
    Join Date
    Dec 2010
    Location
    Singapore
    Posts
    286

    Default

    Okay then there isn't any better way to find out whats happening inside than reading the source code.

    You will find your answers in org.springframework.security.config.http.HttpSecur ityBeanDefinitionParser
    Amila Domingo

  5. #5
    Join Date
    May 2006
    Location
    Madrid
    Posts
    382

    Default

    Try the book recommended in the Spring security homepage: http://www.springsecuritybook.com/

  6. #6

    Default

    Thanks all of you for your valuable advice.

    I am able to trace control flow for security. You advice help me a lot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •