Class PKIXResourceValidationInfoParser

All Implemented Interfaces:
BeanDefinitionParser

public class PKIXResourceValidationInfoParser extends AbstractPKIXValidationInfoParser
Parser for <ValidationInfo type="PKIXFilesystem"> and <ValidationInfo type="PKIXResourceBacked">.

All of the heavy lifting is done in the super class and the associated factory bean (which gets the parameters of the type is wants by virtue of Springs type coercion).

  • Field Details

    • TYPE_NAME_RESOURCE

      public static final QName TYPE_NAME_RESOURCE
      Schema type for PKIXResourceBackedValidationInformation.
  • Constructor Details

    • PKIXResourceValidationInfoParser

      public PKIXResourceValidationInfoParser()
  • Method Details