edu.internet2.middleware.shibboleth.common.config.relyingparty.saml
Class AbstractSAMLProfileConfigurationBeanDefinitionParser

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.relyingparty.saml.AbstractSAMLProfileConfigurationBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
AbstractSAML1ProfileConfigurationBeanDefinitionParser, AbstractSAML2ProfileConfigurationBeanDefinitionParser

public abstract class AbstractSAMLProfileConfigurationBeanDefinitionParser
extends AbstractSingleBeanDefinitionParser

Base Spring configuration parser for SAML profile configurations.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
AbstractSAMLProfileConfigurationBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
          
protected  boolean 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
 

Constructor Detail

AbstractSAMLProfileConfigurationBeanDefinitionParser

public AbstractSAMLProfileConfigurationBeanDefinitionParser()
Method Detail

doParse

protected void doParse(Element element,
                       ParserContext parserContext,
                       BeanDefinitionBuilder builder)

Overrides:
doParse in class AbstractSingleBeanDefinitionParser

shouldGenerateId

protected boolean shouldGenerateId()

Overrides:
shouldGenerateId in class AbstractBeanDefinitionParser


Copyright © 2006-2009 Internet2. All Rights Reserved.