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
-
-
Constructor Summary
Constructors Constructor Description SpringSecurityAuthorizationPolicyParser()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
isEligibleAttribute
protected boolean isEligibleAttribute(String attributeName)
- Overrides:
isEligibleAttribute
in classBeanDefinitionParser
-
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 classBeanDefinitionParser
- Parameters:
builder
- the parsed (and probably totally defined) bean definition being builtelement
- the XML element that was the source of the bean definition's metadata
-
-