public class ChainingMetadataProviderParser extends AbstractMetadataProviderParser
CHAINING_PROVIDER_ELEMENT_NAME, METADATA_FILTER_ELEMENT_NAME, METADATA_NAMESPACE, RELYING_PARTY_GROUP_ELEMENT_NAME, RP_NAMESPACE, SECURITY_NAMESPACE, TRUST_ENGINE_ELEMENT_NAME| Constructor and Description |
|---|
ChainingMetadataProviderParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doNativeParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parse the element into the provider builder.
|
protected Class<ChainingMetadataResolver> |
getNativeBeanClass(Element element)
Return the real class implement by this type.
|
doParse, getBeanClassdoParse, getBeanClassName, getParentName, parseInternalprotected Class<ChainingMetadataResolver> getNativeBeanClass(Element element)
AbstractSingleBeanDefinitionParser.getBeanClass(Element) but it may need to be shimmed in
AbstractMetadataProviderParser which may need to insert an extra bean.getNativeBeanClass in class AbstractMetadataProviderParserelement - the Element that is being parsedClass of the bean that is being defined via parsing the supplied Element, or
null if noneAbstractSingleBeanDefinitionParser.getBeanClassName(org.w3c.dom.Element)protected void doNativeParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AbstractSingleBeanDefinitionParser.doParse(Element, ParserContext, BeanDefinitionBuilder) but it may need
to be shimmed in this class which may need to insert an extra bean.doNativeParse in class AbstractMetadataProviderParserelement - the XML element being parsedparserContext - the object encapsulating the current state of the parsing processbuilder - used to define the BeanDefinitionAbstractSingleBeanDefinitionParser.doParse(Element, BeanDefinitionBuilder)Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.