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 an AttributeResolver.

There is no bean being summoned up here. Rather we just parse all the children. Then over in the service all the AttributeDefinition and DataConnector beans are sucked out of Spring by type and injected into a new AttributeResolverImpl via a AttributeResolverServiceStrategy.

  • Field Details

    • ELEMENT_NAME

      @Nonnull public static final QName ELEMENT_NAME
      Element name.
    • SCHEMA_TYPE

      @Nonnull public static final QName SCHEMA_TYPE
      Schema type.
  • Constructor Details

    • AttributeResolverParser

      public AttributeResolverParser()
  • Method Details