Class AttributeRequesterRuleParser
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.policyrule.BasePolicyRuleParser
net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AbstractStringPolicyRuleParser
net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AttributeRequesterRuleParser
- All Implemented Interfaces:
BeanDefinitionParser
Bean definition parser for
AttributeRequesterPolicyRule.-
Field Summary
FieldsFields 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 Class<AttributeRequesterPolicyRule>Method return the native Matcher implementation.Methods inherited from class net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AbstractStringPolicyRuleParser
doNativeParseMethods inherited from class net.shibboleth.idp.attribute.filter.spring.policyrule.BasePolicyRuleParser
doParse, getBeanClass, 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
-
Field Details
-
SCHEMA_TYPE
Schema type.
-
-
Constructor Details
-
AttributeRequesterRuleParser
public AttributeRequesterRuleParser()
-
-
Method Details
-
getNativeBeanClass
Method return the native Matcher implementation.- Specified by:
getNativeBeanClassin classBasePolicyRuleParser- Returns:
- the class.
-