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

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.SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser
extends AbstractSAML2ProfileConfigurationBeanDefinitionParser

Spring configuration parser for SAML 2 artifact resolution 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
SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser()
           
 
Method Summary
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.AbstractSAML2ProfileConfigurationBeanDefinitionParser
doParse
 
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

SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser

public SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser()
Method Detail

getBeanClass

protected Class getBeanClass(Element element)

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

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.