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

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.AbstractSAML2ProfileConfigurationBeanDefinitionParser
                  extended by edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
SAML2ECPProfileConfigurationBeanDefinitionParser

public class SAML2SSOProfileConfigurationBeanDefinitionParser
extends AbstractSAML2ProfileConfigurationBeanDefinitionParser

Spring configuration parser for SAML 2 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
SAML2SSOProfileConfigurationBeanDefinitionParser()
           
 
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

SAML2SSOProfileConfigurationBeanDefinitionParser

public SAML2SSOProfileConfigurationBeanDefinitionParser()
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 AbstractSAML2ProfileConfigurationBeanDefinitionParser

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 © 1999-2012. All Rights Reserved.