Class AbstractNameIDFormatRuleParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
IssuerNameIDFormatRuleParser, RequesterNameIDFormatRuleParser

public abstract class AbstractNameIDFormatRuleParser extends BasePolicyRuleParser
Parser for NameIDFormat rules.
  • Constructor Details

    • AbstractNameIDFormatRuleParser

      public AbstractNameIDFormatRuleParser()
  • Method Details

    • doNativeParse

      protected void doNativeParse(@Nonnull Element element, @Nonnull ParserContext parserContext, @Nonnull BeanDefinitionBuilder builder)
      Parser the native bean class. This is either called direct or then injected into the nesting class.
      Specified by:
      doNativeParse in class BasePolicyRuleParser
      Parameters:
      element - the config
      parserContext - the context
      builder - the builder