Class AttributeOIDCScopeRuleParser
- 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.policyrule.BasePolicyRuleParser
-
- net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AbstractStringPolicyRuleParser
-
- net.shibboleth.idp.plugin.oidc.op.attribute.filter.spring.policyrule.impl.AttributeOIDCScopeRuleParser
-
- All Implemented Interfaces:
BeanDefinitionParser
public class AttributeOIDCScopeRuleParser extends net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AbstractStringPolicyRuleParserBean definition parser forAttributeOIDCScopePolicyRule.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameSCHEMA_TYPE_AFPSchema type.-
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 Constructor Description AttributeOIDCScopeRuleParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<AttributeOIDCScopePolicyRule>getNativeBeanClass()-
Methods inherited from class net.shibboleth.idp.attribute.filter.spring.policyrule.impl.AbstractStringPolicyRuleParser
doNativeParse
-
Methods inherited from class net.shibboleth.idp.attribute.filter.spring.policyrule.BasePolicyRuleParser
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 Detail
-
SCHEMA_TYPE_AFP
public static final QName SCHEMA_TYPE_AFP
Schema type.
-
-
Method Detail
-
getNativeBeanClass
@Nonnull protected Class<AttributeOIDCScopePolicyRule> getNativeBeanClass()
- Specified by:
getNativeBeanClassin classnet.shibboleth.idp.attribute.filter.spring.policyrule.BasePolicyRuleParser
-
-