Class SpringSecurityAuthorizationPolicyParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class SpringSecurityAuthorizationPolicyParser
    extends BeanDefinitionParser
    • Constructor Detail

      • SpringSecurityAuthorizationPolicyParser

        public SpringSecurityAuthorizationPolicyParser()
    • Method Detail

      • postProcess

        protected void postProcess​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
                                   Element element)
        Description copied from class: BeanDefinitionParser
        Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.

        The default implementation does nothing.

        Overrides:
        postProcess in class BeanDefinitionParser
        Parameters:
        builder - the parsed (and probably totally defined) bean definition being built
        element - the XML element that was the source of the bean definition's metadata
      • setReferenceIfAttributeDefine

        protected void setReferenceIfAttributeDefine​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
                                                     Element element,
                                                     String attribute)