Class AttributeResolverParser
- java.lang.Object
-
- net.shibboleth.idp.attribute.resolver.spring.impl.AttributeResolverParser
-
- All Implemented Interfaces:
BeanDefinitionParser
public class AttributeResolverParser extends Object implements BeanDefinitionParser
Bean definition parser for anAttributeResolver.There is no bean being summoned up here. Rather we just parse all the children. Then over in the service all the
AttributeDefinitionandDataConnectorbeans are sucked out of Spring by type and injected into a newAttributeResolverImplvia aAttributeResolverServiceStrategy.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameELEMENT_NAMEElement name.static QNameSCHEMA_TYPESchema type.
-
Constructor Summary
Constructors Constructor Description AttributeResolverParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanDefinitionparse(Element config, ParserContext context)
-
-
-
Method Detail
-
parse
public BeanDefinition parse(Element config, ParserContext context)
- Specified by:
parsein interfaceBeanDefinitionParser
-
-