public abstract class AbstractCredentialBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
コンストラクタと説明 |
---|
AbstractCredentialBeanDefinitionParser() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected abstract byte[] |
getEncodedPrivateKey(String keyConfigContent)
Extracts the private key bytes from the content of the PrivateKey configuration element.
|
protected void |
parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parse the credential element attributes.
|
protected void |
parseCommon(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the common elements from the credential configuration.
|
protected void |
parseKeyNames(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the key names from the credential configuration.
|
protected void |
parsePrivateKey(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the private key from the credential configuration.
|
protected String |
resolveId(Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext) |
doParse, doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
protected String resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
resolveId
クラス内 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected void parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
element
- credential elementbuilder
- bean definition builderprotected void parseCommon(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
configChildren
- children of the credential elementbuilder
- credential buildprotected void parseKeyNames(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
configChildren
- children of the credential elementbuilder
- credential buildprotected void parsePrivateKey(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
configChildren
- children of the credential elementbuilder
- credential buildprotected abstract byte[] getEncodedPrivateKey(String keyConfigContent)
keyConfigContent
- content of the Private configuration elementCopyright © 2012. All Rights Reserved.