public class RelyingPartyGroupBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
修飾子とタイプ | フィールドと説明 |
---|---|
static QName |
ELEMENT_NAME
Element name.
|
コンストラクタと説明 |
---|
RelyingPartyGroupBeanDefinitionParser() |
修飾子とタイプ | メソッドと説明 |
---|---|
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() |
doParse, getBeanClassName, getParentName, parseInternal
public static final QName ELEMENT_NAME
protected Class getBeanClass(Element element)
getBeanClass
クラス内 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void doParse(Element config, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
クラス内 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void parseRelyingPartyConfiguration(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.springframework.beans.factory.xml.ParserContext parserContext)
configChildren
- relying party group childrenbuilder
- bean definition builderparserContext
- current parsing contextprotected void parseSecurityConfiguration(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.springframework.beans.factory.xml.ParserContext parserContext)
configChildren
- relying party group childrenbuilder
- bean definition builderparserContext
- current parsing contextprotected boolean shouldGenerateId()
shouldGenerateId
クラス内 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Copyright © 2012. All Rights Reserved.