public abstract class AbstractSAMLProfileConfigurationBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
| Constructor and Description |
|---|
AbstractSAMLProfileConfigurationBeanDefinitionParser() |
| 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 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() |
doParse, getBeanClass, getBeanClassName, getParentName, parseInternalpublic AbstractSAMLProfileConfigurationBeanDefinitionParser()
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected boolean shouldGenerateId()
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserprotected abstract CryptoOperationRequirementLevel getSignResponsesDefault()
protected abstract CryptoOperationRequirementLevel getSignAssertionsDefault()
Copyright © 1999-2015. All Rights Reserved.