Class AttributeValueRegexMatcherParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
net.shibboleth.ext.spring.util.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
net.shibboleth.idp.attribute.filter.spring.matcher.impl.AttributeValueRegexMatcherParser
- All Implemented Interfaces:
BeanDefinitionParser
Bean definition parser for
AttributeValueRegexpMatcher
s.-
Field Summary
FieldsFields inherited from class net.shibboleth.idp.attribute.filter.spring.matcher.BaseAttributeValueMatcherParser
ATTRIBUTE_ID
Fields inherited from class net.shibboleth.idp.attribute.filter.spring.BaseFilterParser
AFP_ELEMENT_NAME, DENY_VALUE_RULE, NAMESPACE, PERMIT_VALUE_RULE, POLICY_REQUIREMENT_RULE, QUALIFIED_ID
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>
Method return the native Matcher implementation.Methods inherited from class net.shibboleth.idp.attribute.filter.spring.matcher.impl.AbstractRegexMatcherParser
doNativeParse
Methods inherited from class net.shibboleth.idp.attribute.filter.spring.matcher.BaseAttributeValueMatcherParser
doParse, getBeanClass, hasAttributeId
Methods inherited from class net.shibboleth.idp.attribute.filter.spring.BaseFilterParser
getAbsoluteReference, getQualifiedId, isPolicyRule, parseCustomElements, resolveId
Methods inherited from class net.shibboleth.ext.spring.util.AbstractCustomBeanDefinitionParser
registerBeanDefinition
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, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Field Details
-
SCHEMA_TYPE
Schema type.
-
-
Constructor Details
-
AttributeValueRegexMatcherParser
public AttributeValueRegexMatcherParser()
-
-
Method Details
-
getNativeBeanClass
Method return the native Matcher implementation.- Specified by:
getNativeBeanClass
in classBaseAttributeValueMatcherParser
- Returns:
- the class.
-