Class SAML1ScopedStringAttributeEncoderParser
- java.lang.Object
-
- org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
- org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
- net.shibboleth.ext.spring.util.AbstractCustomBeanDefinitionParser
-
- net.shibboleth.idp.attribute.resolver.spring.enc.BaseAttributeEncoderParser
-
- net.shibboleth.idp.attribute.resolver.spring.enc.BaseSAML1AttributeEncoderParser
-
- net.shibboleth.idp.attribute.resolver.spring.enc.impl.SAML1ScopedStringAttributeEncoderParser
-
- All Implemented Interfaces:
BeanDefinitionParser
public class SAML1ScopedStringAttributeEncoderParser extends BaseSAML1AttributeEncoderParser
Spring Bean Definition Parser forSAML1ScopedStringAttributeTranscoder.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameTYPE_NAME_RESOLVERSchema type name.-
Fields inherited from class net.shibboleth.idp.attribute.resolver.spring.enc.BaseAttributeEncoderParser
NAME_ATTRIBUTE_NAME
-
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description SAML1ScopedStringAttributeEncoderParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanReferencebuildTranscoder()Return a bean definition for the transcoder to include in the mapping.protected voiddoParse(Element config, ParserContext parserContext, Map<String,Object> rule)Inject any necessary elements into the mapping rule based on the specific encoder type.-
Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.enc.BaseAttributeEncoderParser
doParse, getBeanClass, shouldGenerateId, shouldParseNameAsAliases
-
Methods inherited from class net.shibboleth.ext.spring.util.AbstractCustomBeanDefinitionParser
registerBeanDefinition
-
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, resolveId, shouldFireEvents, shouldGenerateIdAsFallback
-
-
-
-
Field Detail
-
TYPE_NAME_RESOLVER
@Nonnull public static final QName TYPE_NAME_RESOLVER
Schema type name.
-
-
Method Detail
-
doParse
protected void doParse(@Nonnull Element config, @Nonnull ParserContext parserContext, @Nonnull Map<String,Object> rule)Inject any necessary elements into the mapping rule based on the specific encoder type.- Overrides:
doParsein classBaseSAML1AttributeEncoderParser- Parameters:
config- the encoder element being parsedparserContext- the parser contextrule- the mapping rule
-
buildTranscoder
protected BeanReference buildTranscoder()
Return a bean definition for the transcoder to include in the mapping.- Specified by:
buildTranscoderin classBaseAttributeEncoderParser- Returns:
- bean definition for an AttributeTranscoder
-
-