Class BaseSAML1AttributeEncoderParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
SAML1Base64AttributeEncoderParser, SAML1ScopedStringAttributeEncoderParser, SAML1StringAttributeEncoderParser, SAML1XMLObjectAttributeEncoderParser

public abstract class BaseSAML1AttributeEncoderParser extends BaseAttributeEncoderParser
Base class for Spring bean definition parser for SAML 1 attribute encoders.
  • Constructor Details

    • BaseSAML1AttributeEncoderParser

      public BaseSAML1AttributeEncoderParser()
  • Method Details

    • doParse

      protected void doParse(@Nonnull Element config, @Nonnull ParserContext parserContext, @Nonnull Map<String,Object> rule)
      Inject any necessary elements into the mapping rule based on the specific encoder type.
      Specified by:
      doParse in class BaseAttributeEncoderParser
      Parameters:
      config - the encoder element being parsed
      parserContext - the parser context
      rule - the mapping rule