edu.internet2.middleware.shibboleth.common.config.relyingparty
Class RelyingPartyGroupBeanDefinitionParser

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.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.


Field Summary
static QName ELEMENT_NAME
          Element name.
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
RelyingPartyGroupBeanDefinitionParser()
           
 
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
 

Field Detail

ELEMENT_NAME

public static final QName ELEMENT_NAME
Element name.

Constructor Detail

RelyingPartyGroupBeanDefinitionParser

public RelyingPartyGroupBeanDefinitionParser()
Method Detail

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 children
builder - bean definition builder
parserContext - 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 children
builder - bean definition builder
parserContext - current parsing context

shouldGenerateId

protected boolean shouldGenerateId()

Overrides:
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser


Copyright © 2006-2011 Internet2. All Rights Reserved.