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 abstract  CryptoOperationRequirementLevel getSignAssertionsDefault()
          Gets the default value for the signAssertions property.
protected abstract  CryptoOperationRequirementLevel getSignResponsesDefault()
          Gets the default value for the signResponses property.
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

getSignResponsesDefault

protected abstract CryptoOperationRequirementLevel getSignResponsesDefault()
Gets the default value for the signResponses property.

Returns:
default value for the signResponses property

getSignAssertionsDefault

protected abstract CryptoOperationRequirementLevel getSignAssertionsDefault()
Gets the default value for the signAssertions property.

Returns:
default value for the signAssertions property


Copyright © 2006-2011 Internet2. All Rights Reserved.