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
Spring Bean Definition Parser for
SAML1ScopedStringAttributeTranscoder
.-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected BeanReference
Return a bean definition for the transcoder to include in the mapping.protected void
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 Details
-
TYPE_NAME_RESOLVER
Schema type name.
-
-
Constructor Details
-
SAML1ScopedStringAttributeEncoderParser
public SAML1ScopedStringAttributeEncoderParser()
-
-
Method Details
-
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:
doParse
in classBaseSAML1AttributeEncoderParser
- Parameters:
config
- the encoder element being parsedparserContext
- the parser contextrule
- the mapping rule
-
buildTranscoder
Return a bean definition for the transcoder to include in the mapping.- Specified by:
buildTranscoder
in classBaseAttributeEncoderParser
- Returns:
- bean definition for an AttributeTranscoder
-