edu.internet2.middleware.shibboleth.common.config.relyingparty
Class RelyingPartyGroupBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
edu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroupBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class RelyingPartyGroupBeanDefinitionParser
- extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Spring bean definition parser for relying party group configurations.
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Method Summary |
protected void |
doParse(Element config,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
|
protected Class |
getBeanClass(Element element)
|
protected void |
parseRelyingPartyConfiguration(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parses the relying party related configuration elements. |
protected void |
parseSecurityConfiguration(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parses the security related configuration elements. |
protected boolean |
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 |
ELEMENT_NAME
public static final QName ELEMENT_NAME
- Element name.
RelyingPartyGroupBeanDefinitionParser
public RelyingPartyGroupBeanDefinitionParser()
getBeanClass
protected Class getBeanClass(Element element)
-
- Overrides:
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse
protected void doParse(Element config,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
-
- Overrides:
doParse
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
parseRelyingPartyConfiguration
protected void parseRelyingPartyConfiguration(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Parses the relying party related configuration elements.
- Parameters:
configChildren
- relying party group childrenbuilder
- bean definition builderparserContext
- current parsing context
parseSecurityConfiguration
protected void parseSecurityConfiguration(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Parses the security related configuration elements.
- Parameters:
configChildren
- relying party group childrenbuilder
- bean definition builderparserContext
- current parsing context
shouldGenerateId
protected boolean shouldGenerateId()
-
- Overrides:
shouldGenerateId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Copyright © 2006-2011 Internet2. All Rights Reserved.