Class AbstractRegexMatcherParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
net.shibboleth.idp.attribute.filter.spring.BaseFilterParser
net.shibboleth.idp.attribute.filter.spring.matcher.BaseAttributeValueMatcherParser
net.shibboleth.idp.attribute.filter.spring.matcher.impl.AbstractRegexMatcherParser
- All Implemented Interfaces:
BeanDefinitionParser
- Direct Known Subclasses:
AttributeScopeRegexMatcherParser,AttributeValueRegexMatcherParser
Base class for regex matching functors of natural type Matcher (mostly attribute value matchers).
-
Field Summary
Fields inherited from class net.shibboleth.idp.attribute.filter.spring.matcher.BaseAttributeValueMatcherParser
ATTRIBUTE_IDFields inherited from class net.shibboleth.idp.attribute.filter.spring.BaseFilterParser
AFP_ELEMENT_NAME, DENY_VALUE_RULE, NAMESPACE, PERMIT_VALUE_RULE, POLICY_REQUIREMENT_RULE, QUALIFIED_IDFields inherited from class net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
CUSTOM_PARSER_PROPERTIES_LOCATIONFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoNativeParse(Element config, ParserContext parserContext, BeanDefinitionBuilder builder) Parse the native bean class.Methods inherited from class net.shibboleth.idp.attribute.filter.spring.matcher.BaseAttributeValueMatcherParser
doParse, getBeanClass, getNativeBeanClass, hasAttributeIdMethods inherited from class net.shibboleth.idp.attribute.filter.spring.BaseFilterParser
getAbsoluteReference, getQualifiedId, isPolicyRule, parseCustomElements, resolveIdMethods inherited from class net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
getCustomProperty, registerBeanDefinitionMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
AbstractRegexMatcherParser
public AbstractRegexMatcherParser()
-
-
Method Details
-
doNativeParse
protected void doNativeParse(@Nonnull Element config, @Nonnull ParserContext parserContext, @Nonnull BeanDefinitionBuilder builder) Parse the native bean class. This is either called direct or indirectly and then injected into the nesting class.- Specified by:
doNativeParsein classBaseAttributeValueMatcherParser- Parameters:
config- the configparserContext- the contextbuilder- the builder
-