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

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
              extended by edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML1ProfileConfigurationBeanDefinitionParser
                  extended by edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.ShibbolethSSOProfileConfigurationBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ShibbolethSSOProfileConfigurationBeanDefinitionParser
extends AbstractSAML1ProfileConfigurationBeanDefinitionParser

Spring configuration parser for Shibboleth SSO profile configurations.


Field Summary
static QName TYPE_NAME
          Schema type name.
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
ShibbolethSSOProfileConfigurationBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
          
protected  Class getBeanClass(Element element)
          
protected  CryptoOperationRequirementLevel getSignAssertionsDefault()
          Gets the default value for the signAssertions property.
protected  CryptoOperationRequirementLevel getSignResponsesDefault()
          Gets the default value for the signResponses property.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationBeanDefinitionParser
shouldGenerateId
 
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, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final QName TYPE_NAME
Schema type name.

Constructor Detail

ShibbolethSSOProfileConfigurationBeanDefinitionParser

public ShibbolethSSOProfileConfigurationBeanDefinitionParser()
Method Detail

getBeanClass

protected Class getBeanClass(Element element)

Overrides:
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

doParse

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

Overrides:
doParse in class AbstractSAML1ProfileConfigurationBeanDefinitionParser

getSignAssertionsDefault

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

Specified by:
getSignAssertionsDefault in class AbstractSAMLProfileConfigurationBeanDefinitionParser
Returns:
default value for the signAssertions property

getSignResponsesDefault

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

Specified by:
getSignResponsesDefault in class AbstractSAMLProfileConfigurationBeanDefinitionParser
Returns:
default value for the signResponses property


Copyright © 2006-2011 Internet2. All Rights Reserved.