Class SpringSecurityAuthorizationPolicyParser

java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.camel.component.spring.security.config.BeanDefinitionParser
org.apache.camel.component.spring.security.config.SpringSecurityAuthorizationPolicyParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class SpringSecurityAuthorizationPolicyParser extends BeanDefinitionParser
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    isEligibleAttribute(String attributeName)
     
    protected void
    postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element)
    Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
    protected void
    setReferenceIfAttributeDefine(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, String attribute)
     

    Methods inherited from class org.apache.camel.component.spring.security.config.BeanDefinitionParser

    doParse, extractPropertyName, getBeanClass, isAssignId

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

    doParse, getBeanClassName, getParentName, parseInternal

    Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpringSecurityAuthorizationPolicyParser

      public SpringSecurityAuthorizationPolicyParser()
  • Method Details

    • isEligibleAttribute

      protected boolean isEligibleAttribute(String attributeName)
      Overrides:
      isEligibleAttribute in class BeanDefinitionParser
    • 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)