Class SimpleAggregationSAMLDataConnectorParser
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.saml.impl.AbstractSAMLDataConnectorParser
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.SimpleAggregationSAMLDataConnectorParser
- All Implemented Interfaces:
BeanDefinitionParser
Bean definition Parser for a
SimpleAggregationSAMLDataConnector.-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser
AbstractSAMLDataConnectorParser.CustomPropertyDef, AbstractSAMLDataConnectorParser.CustomPropertyValue -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String,AbstractSAMLDataConnectorParser.CustomPropertyDef> Map of custom property definitions for bean wiring.private static final QNameQName of <Entity> child element.private static final QNameQName of <EntityReference> child element.private final org.slf4j.LoggerClass logger.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 voiddoParse(Element config, ParserContext parserContext, BeanDefinitionBuilder builder) protected BeanDefinitiongetAuthorityEntityIDStrategy(Element config, ParserContext parserContext) Get the bean definition for theAttributeAuthorityEntityIDResolver.protected Class<SimpleAggregationSAMLDataConnector>getBeanClass(Element element) protected BeanDefinitiongetSelfEntityIDStrategy(Element config, ParserContext parserContext) Get the bean definition for theSelfEntityIDResolver.protected BeanDefinitiongetSubjectStrategy(Element config, ParserContext parserContext) Get the bean definition for theSubjectResolver.Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser
addCustomProperties, getResolvedCustomProperty, parseAssertionValidationProcessor, parseDecryptionProcessor, parseMappingStrategy, parseQueryBuilder, parseSAMLDataConnector, parseSubjectMatchProcessor, resolveAndStoreCustomPropertiesMethods inherited from class net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser
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. -
CUSTOM_PROPERTY_DEFS
@Nonnull private static final Map<String,AbstractSAMLDataConnectorParser.CustomPropertyDef> CUSTOM_PROPERTY_DEFSMap of custom property definitions for bean wiring. -
ENTITY
QName of <Entity> child element. -
ENTITY_REF
QName of <EntityReference> child element. -
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
SimpleAggregationSAMLDataConnectorParser
public SimpleAggregationSAMLDataConnectorParser()Constructor.
-
-
Method Details
-
getBeanClass
@Nullable protected Class<SimpleAggregationSAMLDataConnector> getBeanClass(@Nonnull Element element) - Overrides:
getBeanClassin classAbstractSingleBeanDefinitionParser
-
doParse
protected void doParse(@Nonnull Element config, @Nonnull ParserContext parserContext, @Nonnull BeanDefinitionBuilder builder) - Overrides:
doParsein classAbstractDataConnectorParser
-
getAuthorityEntityIDStrategy
@Nonnull protected BeanDefinition getAuthorityEntityIDStrategy(@Nonnull Element config, @Nonnull ParserContext parserContext) Get the bean definition for theAttributeAuthorityEntityIDResolver.- Specified by:
getAuthorityEntityIDStrategyin classAbstractSAMLDataConnectorParser- Parameters:
config- the configuration elementparserContext- the current parser context- Returns:
- the bean definition
-
getSelfEntityIDStrategy
@Nonnull protected BeanDefinition getSelfEntityIDStrategy(@Nonnull Element config, @Nonnull ParserContext parserContext) Get the bean definition for theSelfEntityIDResolver.- Specified by:
getSelfEntityIDStrategyin classAbstractSAMLDataConnectorParser- Parameters:
config- the configuration elementparserContext- the current parser context- Returns:
- the bean definition
-
getSubjectStrategy
@Nonnull protected BeanDefinition getSubjectStrategy(@Nonnull Element config, @Nonnull ParserContext parserContext) Get the bean definition for theSubjectResolver.- Specified by:
getSubjectStrategyin classAbstractSAMLDataConnectorParser- Parameters:
config- the configuration elementparserContext- the current parser context- Returns:
- the bean definition
-