edu.internet2.middleware.shibboleth.common.config.attribute.filtering
Class AttributeFilterPolicyGroupBeanDefinitionParser

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyGroupBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class AttributeFilterPolicyGroupBeanDefinitionParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser

Spring bean definition parser for Shibboleth attribute filtering engine attribute filter policy.


Field Summary
static QName ELEMENT_NAME
          Element name.
static QName PERMIT_VALUE_ELEMENT_NAME
          Local name of the value filter element.
static QName POLICY_REQUIREMENT_ELEMENT_NAME
          Local name of the policy requirement element.
static QName TYPE_NAME
          Schema type name.
 
Constructor Summary
AttributeFilterPolicyGroupBeanDefinitionParser()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinition parse(Element config, org.springframework.beans.factory.xml.ParserContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final QName ELEMENT_NAME
Element name.


TYPE_NAME

public static final QName TYPE_NAME
Schema type name.


POLICY_REQUIREMENT_ELEMENT_NAME

public static final QName POLICY_REQUIREMENT_ELEMENT_NAME
Local name of the policy requirement element.


PERMIT_VALUE_ELEMENT_NAME

public static final QName PERMIT_VALUE_ELEMENT_NAME
Local name of the value filter element.

Constructor Detail

AttributeFilterPolicyGroupBeanDefinitionParser

public AttributeFilterPolicyGroupBeanDefinitionParser()
Method Detail

parse

public org.springframework.beans.factory.config.BeanDefinition parse(Element config,
                                                                     org.springframework.beans.factory.xml.ParserContext context)

Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser


Copyright © 2006-2008 Internet2. All Rights Reserved.