edu.internet2.middleware.shibboleth.common.config.attribute.encoding
Class BaseScopedAttributeEncoderBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by edu.internet2.middleware.shibboleth.common.config.attribute.encoding.BaseAttributeEncoderBeanDefinitionParser
              extended by edu.internet2.middleware.shibboleth.common.config.attribute.encoding.BaseScopedAttributeEncoderBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
SAML1ScopedStringAttributeEncoderBeanDefinitionParser, SAML2ScopedStringAttributeEncoderBeanDefinitionParser

public abstract class BaseScopedAttributeEncoderBeanDefinitionParser
extends BaseAttributeEncoderBeanDefinitionParser

Base class for Spring bean definition parser for Shibboleth scoped attribute encoders.


Field Summary
static String SCOPE_ATTRIBUTE_ATTRIBUTE_NAME
          Local name of scope attribute attribute.
static String SCOPE_DELIMITER_ATTRIBUTE_NAME
          Local name of scope delimiter attribute.
static String SCOPE_TYPE_ATTRIBUTE_NAME
          Local name of scope type attribute.
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
BaseScopedAttributeEncoderBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
          
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.encoding.BaseAttributeEncoderBeanDefinitionParser
shouldGenerateId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCOPE_TYPE_ATTRIBUTE_NAME

public static final String SCOPE_TYPE_ATTRIBUTE_NAME
Local name of scope type attribute.

See Also:
Constant Field Values

SCOPE_DELIMITER_ATTRIBUTE_NAME

public static final String SCOPE_DELIMITER_ATTRIBUTE_NAME
Local name of scope delimiter attribute.

See Also:
Constant Field Values

SCOPE_ATTRIBUTE_ATTRIBUTE_NAME

public static final String SCOPE_ATTRIBUTE_ATTRIBUTE_NAME
Local name of scope attribute attribute.

See Also:
Constant Field Values
Constructor Detail

BaseScopedAttributeEncoderBeanDefinitionParser

public BaseScopedAttributeEncoderBeanDefinitionParser()
Method Detail

doParse

protected void doParse(Element element,
                       org.springframework.beans.factory.xml.ParserContext parserContext,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder builder)

Overrides:
doParse in class BaseAttributeEncoderBeanDefinitionParser


Copyright © 2006-2011 Internet2. All Rights Reserved.