Class DecryptionParserPool

java.lang.Object
org.opensaml.xmlsec.config.DecryptionParserPool

public class DecryptionParserPool extends Object
A wrapper bean containing an instance of ParserPool used with XML decryption that can be registered with the global ConfigurationService.
  • Field Details

    • parserPool

      @Nonnull private ParserPool parserPool
      The wrapped parser pool instance.
  • Constructor Details

    • DecryptionParserPool

      public DecryptionParserPool(@Nonnull ParserPool pool)
      Constructor.
      Parameters:
      pool - the parser pool instance
  • Method Details

    • getParserPool

      @Nonnull public ParserPool getParserPool()
      Obtain the wrapped parser pool instance.
      Returns:
      the wrapped parser pool instance