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
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisEligibleAttribute(String attributeName) protected voidpostProcess(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 voidsetReferenceIfAttributeDefine(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, isAssignIdMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
SpringSecurityAuthorizationPolicyParser
public SpringSecurityAuthorizationPolicyParser()
-
-
Method Details
-
isEligibleAttribute
- Overrides:
isEligibleAttributein classBeanDefinitionParser
-
postProcess
protected void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element) Description copied from class:BeanDefinitionParserHook method that derived classes can implement to inspect/change a bean definition after parsing is complete.The default implementation does nothing.
- Overrides:
postProcessin 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
-
setReferenceIfAttributeDefine
-