Class ComputedIdDataConnectorParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
net.shibboleth.idp.attribute.resolver.spring.BaseResolverPluginParser
net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser
net.shibboleth.idp.attribute.resolver.spring.dc.impl.PairwiseIdDataConnectorParser
net.shibboleth.idp.attribute.resolver.spring.dc.impl.ComputedIdDataConnectorParser
- All Implemented Interfaces:
BeanDefinitionParser
- Direct Known Subclasses:
StoredIdDataConnectorParser
Spring bean definition parser for configuring ComputedIdDataConnector.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.LoggerClass logger.private final StringID of system bean used to access servlet request.static final QNameSchema type - resolver.Fields inherited from class net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser
ATTR_EXPORT_NAMES, ATTR_FAIL_FAST, ATTR_NORETRYDELAY, ELEMENT_NAME, FAIL_FAST_DEFAULT, FAILOVER_DATA_CONNECTOR_ELEMENT_NAMEFields inherited from class net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
CUSTOM_PARSER_PROPERTIES_LOCATIONFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BeanDefinitiondoComputedPairwiseIdStore(Element config, ParserContext parserContext) Parse the config and define a bean for aComputedPairwiseIdStore.protected voiddoParse(Element config, ParserContext parserContext, BeanDefinitionBuilder builder) Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.dc.impl.PairwiseIdDataConnectorParser
doParse, getBeanClass, getLogPrefixMethods inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseResolverPluginParser
failOnDependencies, getActivationCondition, getDefinitionId, warnOnDependenciesMethods inherited from class net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser
getCustomProperty, registerBeanDefinitionMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Field Details
-
TYPE_NAME
Schema type - resolver. -
log
@Nonnull private final org.slf4j.Logger logClass logger. -
servletRequestSupplier
ID of system bean used to access servlet request.
-
-
Constructor Details
-
ComputedIdDataConnectorParser
public ComputedIdDataConnectorParser()Constructor.
-
-
Method Details
-
doParse
protected void doParse(@Nonnull Element config, @Nonnull ParserContext parserContext, @Nonnull BeanDefinitionBuilder builder) - Overrides:
doParsein classPairwiseIdDataConnectorParser
-
doComputedPairwiseIdStore
@Nonnull protected BeanDefinition doComputedPairwiseIdStore(@Nonnull Element config, @Nonnull ParserContext parserContext) Parse the config and define a bean for aComputedPairwiseIdStore.- Parameters:
config- the XML element being parsedparserContext- the object encapsulating the current state of the parsing process- Returns:
- bean definition for the store object to inject
-