public class ShibbolethSSOProfileConfigurationBeanDefinitionParser extends AbstractSAML1ProfileConfigurationBeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
static QName |
TYPE_NAME
Schema type name.
|
Constructor and Description |
---|
ShibbolethSSOProfileConfigurationBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
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.
|
shouldGenerateId
doParse, getBeanClassName, getParentName, parseInternal
public static final QName TYPE_NAME
public ShibbolethSSOProfileConfigurationBeanDefinitionParser()
protected Class getBeanClass(Element element)
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
in class AbstractSAML1ProfileConfigurationBeanDefinitionParser
protected CryptoOperationRequirementLevel getSignAssertionsDefault()
getSignAssertionsDefault
in class AbstractSAMLProfileConfigurationBeanDefinitionParser
protected CryptoOperationRequirementLevel getSignResponsesDefault()
getSignResponsesDefault
in class AbstractSAMLProfileConfigurationBeanDefinitionParser
Copyright © 1999–2014. All rights reserved.