public abstract class AbstractX509CredentialBeanDefinitionParser extends AbstractCredentialBeanDefinitionParser
| コンストラクタと説明 |
|---|
AbstractX509CredentialBeanDefinitionParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected Class |
getBeanClass(Element element) |
protected abstract byte[] |
getEncodedCertificate(String certConfigContent)
Extracts the certificate bytes from the content of a Certificate configuration element.
|
protected abstract byte[] |
getEncodedCRL(String certCRLContent)
Extracts the CRL(s) bytes from the content of a CRL configuration element.
|
protected void |
parseCertificates(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the certificates from the credential configuration.
|
protected void |
parseCRLs(Map<QName,List<Element>> configChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the CRLs from the credential configuration.
|
protected String |
resolveId(Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext) |
getEncodedPrivateKey, parseAttributes, parseCommon, parseKeyNames, parsePrivateKeydoParse, getBeanClassName, getParentName, parseInternalpublic AbstractX509CredentialBeanDefinitionParser()
protected Class getBeanClass(Element element)
getBeanClass クラス内 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected String resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
resolveId クラス内 AbstractCredentialBeanDefinitionParserprotected void doParse(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse クラス内 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected void parseCertificates(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
configChildren - children of the credential elementbuilder - credential buildprotected abstract byte[] getEncodedCertificate(String certConfigContent)
certConfigContent - content of a Certificate configuration elementprotected void parseCRLs(Map<QName,List<Element>> configChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
configChildren - children of the credential elementbuilder - credential buildprotected abstract byte[] getEncodedCRL(String certCRLContent)
certCRLContent - content of a CRL configuration elementCopyright © 2012. All Rights Reserved.